Skip to content

Row, column

If you need a one dimensional layout, you can use row or column container. Both use grid component.

Example

Below is an example of using row layout, a-ar-row. The column layout differs in direction (it is vertical) and it has tag name a-ar-column, props are the same.

Props

PropertyTypeDefaultDescription
visiblebooleantrueShows or hides the container.
widthnumber1Container's width.
heightnumber1Container's height.
positionnumber[]0 0 0Sets container position.
spacingnumber0Sets spacing between items.
opacitynumber1Sets container's opacity.