Flex
Generic flex container
Flex
Generic flex container
Basic Usage
Flex
Demo loads on client.
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
direction | 'row' | 'row-reverse' | 'column' | 'column-reverse' | 'row' | flex-direction |
gap | number | string | 12 | Gap |
align | string | 'stretch' | align-items |
justify | string | 'flex-start' | justify-content |
wrap | 'nowrap' | 'wrap' | 'wrap-reverse' | 'nowrap' | flex-wrap |
inline | boolean | false | Description for inline. |
Was this helpful?