GitHub

Flex

PreviousNext

Thin Flexbox primitive — vertical / gap / align / justify shortcuts that the rest of the kit composes with.

Vertical stack

vertical + gap.

Horizontal row

Default direction. wrap="wrap" for responsive overflow.

Space between

justify="space-between" + align="center" for label/value rows.

Centered

Combine align="center" + justify="center" for empty states.

Installation

pnpm add @appboxo/ui-kit