Diagram
A Diagram component from the Sigil design system.
Import
import { Diagram } from "@sigil-ui/components";Usage
<Diagram>...</Diagram>Props
| Prop | Type | Default | Description |
|---|---|---|---|
showGrid | boolean | — | — |
gridVariant | DiagramGridVariant | — | — |
gridSize | number | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border-muted | Border muted |
--s-radius-card | Radius card |
--s-border | Border |
--s-surface | Surface |