docs/components/layout/Stack

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.

Live playground
Loading preview…

#Props

PropTypeDefaultDescription
direction'vertical' | 'horizontal''vertical'Stack direction.
wrapbooleanfalseAllow 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.