Flex
A layout primitive based on CSS Flexbox for distributing space and aligning item rows or columns.
Flex Customizing
globals.css
:root {
--ex-flex-gap-x: calc(var(--spacing) * 2);
}API
| Element | Selector |
|---|---|
Flex | .ex-flex |
| Prop | Type | Default |
|---|---|---|
as | ElementType | div |
asChild | boolean | false |
Last updated on