Container
Containers are used to wrap and pad other elements. They can be used to group elements and organize an app’s layout.
If you navigate to Config → Styles, you’ll be able to configure the container’s layout, spacing, etc.
Display:inline
will arrange container content vertically whileDisplay:flex
will allow you to place items next to each other, horizontally.- Justify affects how content is arranged from left to right.
- Align affects how content is arranged from top to bottom.
- Wrap options specify how the container will deal with overflow.

No supported events.
Last modified 11mo ago