StackDiagram
A StackDiagram component from the Sigil design system.
Import
import { StackDiagram } from "@sigil-ui/components";Usage
<StackDiagram>...</StackDiagram>Props
| Prop | Type | Default | Description |
|---|---|---|---|
layers | StackLayer[] | — | — |
title | string | — | — |
gap | string | — | — |
tilt | boolean | — | — |
interactive | boolean | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-text-muted | Text muted |
--s-font-mono | Font mono |
--s-radius-md | Radius md |
--s-duration-fast | Duration fast |
--s-primary | Primary |
--s-border | Border |
--s-primary-contrast | Primary contrast |
--s-surface | Surface |
--s-border-muted | Border muted |