Waiting for action
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…
Flex stack for spacing children in a row or column.
| Prop | Type | Default | Description |
|---|---|---|---|
direction | "row" | "column" | "column" | Axis. |
gap | number | string | 12 | Spacing between children. |
align / justify | alignment tokens | stretch / start | Cross and main axis. |
wrap | boolean | false | Allow wrapping. |