A2Row
Horizontal row layout component for arranging children horizontally.
Props
| Property | Type | Default | Description |
|---|---|---|---|
gutter | number | 0 | Gap between columns (px) |
justify | `start | end | center |
align | `top | middle | bottom` |
Basic Example
Centered Row Example
JSON Schema
json
{
"id": "rowId",
"type": "a2-row",
"props": {
"gutter": 20,
"justify": "start",
"align": "top"
},
"children": []
}