Layout

Flex

A high-level layout component that abstracts common flexbox patterns into semantic props.

Row Center
Space Between

Props

PropType
direction'row' | 'column' | ...
justify'start' | 'center' | 'between' | ...
align'start' | 'center' | 'stretch' | ...
gapnumber
wrap'wrap' | 'nowrap' | ...

Installation

$npx kachindo-ui add flex
Profile