Stack
Vertical flex column with a consistent spacing token.
import { Stack } from '@ybouhjira/hyperkit';#Playground
Edit the code — the preview recompiles and re-renders as you type.
Loading preview…
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
direction | 'vertical' | 'horizontal' | 'vertical' | Stack direction. |
wrap | boolean | false | Allow children to wrap to the next line when they exceed the container's main-axis size.
Sets flex-wrap: wrap on the underlying flex container. |