Components
Stack
Flex layout for vertical or horizontal stacking.
Horizontal
1
2
3
4
Vertical
1
2
3
Usage
<Stack gap="4"><Item /><Item /></Stack>
<Stack direction="horizontal" gap="2"><Item /><Item /></Stack>API
| Prop | Type | Default |
|---|---|---|
| direction | vertical | horizontal | vertical |
| gap | 0-12 | 4 |
| align | start | center | end | stretch | baseline | stretch |
| justify | start | center | end | between | around | evenly | start |
| wrap | boolean | false |