A2Column
Vertical column layout component for arranging children vertically.
Props
| Property | Type | Default | Description |
|---|---|---|---|
span | number | 24 | Width span (1-24) |
gap | number | 0 | Gap between children (px) |
align | `start | center | end |
Basic Example
Aligned Column Example
JSON Schema
json
{
"id": "columnId",
"type": "a2-column",
"props": {
"span": 12,
"gap": 16,
"align": "stretch"
},
"children": []
}