Since 1.0.0BETA

Flex

Generic flex container

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

Flex

Generic flex container

Basic Usage

Flex

Demo loads on client.

API

Props

PropTypeDefaultDescription
direction'row' | 'row-reverse' | 'column' | 'column-reverse''row'flex-direction
gapnumber | string12Gap
alignstring'stretch'align-items
justifystring'flex-start'justify-content
wrap'nowrap' | 'wrap' | 'wrap-reverse''nowrap'flex-wrap
inlinebooleanfalseDescription for inline.
Was this helpful?