Installation
Examples
Horizontal with space-between
Row layout, items pushed to edges.
User statusActive
Column centered
Vertical stack centered on both axes.
Alex Johnson
AdminAPI Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| direction | 'row'|'column'|'row-reverse'|'column-reverse' | 'row' | Flex direction. |
| align | string | — | align-items shorthand. |
| justify | string | — | justify-content shorthand. |
| gap | number|string | — | Gap between children. |
| wrap | boolean | false | Enables flex-wrap. |