VStack
Vertical stack with gap, align, and justify.
2.6 kBgzipped
At a glance
- Flex column with configurable
gap,align,justify. - Mirror of HStack for vertical layouts.
- Children stretch to the row's full width by default (cross-axis stretch). Set
align="start"/"center"/"end"to opt out, or wrap a child in aBoxwith a fixed width.
Preview
Native preview
Props
| Prop | Type | Default | Description |
|---|---|---|---|
align | enum | — | — |
className | string | — | — |
gap | enum | — | — |
justify | enum | — | — |