Appearance
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
Property | Type | Default | Description |
---|---|---|---|
visible | boolean | true | Shows or hides the container. |
width | number | 1 | Container's width. |
height | number | 1 | Container's height. |
position | number[] | 0 0 0 | Sets container position. |
spacing | number | 0 | Sets spacing between items. |
opacity | number | 1 | Sets container's opacity. |