Flex
A Flex component from the Sigil design system.
import { Flex } from "@sigil-ui/components";
<Flex>Flex content</Flex>
| Prop | Type | Default | Description |
|---|
direction | `"row" | "column" | "row-reverse" |
align | `"start" | "center" | "end" |
justify | `"start" | "center" | "end" |
wrap | `boolean | "wrap" | "nowrap" |
gap | `number | string` | — |
inline | boolean | — | — |