Stack
Vertical flex container with configurable gap between items.
Basic Usage
Items stacked vertically with the default 1rem gap.
Item 1
Item 2
Item 3
Custom Gap
Larger 2rem gap for more breathing room between stacked items.
Large gap (2rem)
Between items
Evenly spaced
Form Layout
Stack is ideal for building form layouts with consistent spacing.
Card Content
Use Stack to organize content inside cards with consistent vertical rhythm.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
gap | string | "1rem" | Space between stacked items |
children | content | - | Items to stack vertically |