TreeDiagram
A TreeDiagram component from the Sigil design system.
Import
import { TreeDiagram } from "@sigil-ui/components";Usage
<TreeDiagram>...</TreeDiagram>Props
| Prop | Type | Default | Description |
|---|---|---|---|
root | TreeDiagramNode | — | — |
connector | `"solid" | "dashed"` | — |
compact | boolean | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border | Border |
--s-surface | Surface |
--s-text | Text |
--s-primary | Primary |
--s-primary-muted | Primary muted |
--s-primary-contrast | Primary contrast |
--s-border-muted | Border muted |
--s-text-muted | Text muted |
--s-radius-md | Radius md |