Skip to main content

I have a project that has multiple differently styled text blocks. If there are more than one typographical element next to each other, I tend to use an auto layout container to space them out:



Is there a way to make a reusable container component, that would have the same auto-layout properties? I need a container with editable contents, a way to add elements to it: 10, 20, 30 paragraphs.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.