Stack
A Stack component from the Sigil design system.
Import
import { Stack } from "@sigil-ui/components";Preview
Usage
<Stack>Stack content</Stack>Props
| Prop | Type | Default | Description |
|---|---|---|---|
gap | `string | number` | — |
flush | boolean | — | Remove all gaps for flush stacking. |
direction | `"row" | "column"` | column |
align | `"start" | "center" | "end" |
justify | `"start" | "center" | "end" |
as | ElementType | div | Render as a different HTML element. |