SankeyDiagram
A SankeyDiagram component from the Sigil design system.
Import
import { SankeyDiagram } from "@sigil-ui/components";Usage
<SankeyDiagram>...</SankeyDiagram>Props
| Prop | Type | Default | Description |
|---|---|---|---|
sources | SankeyNode[] | — | — |
targets | SankeyNode[] | — | — |
links | SankeyLink[] | — | — |
width | number | — | — |
height | number | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-primary | Primary |
--s-text-muted | Text muted |
--s-font-mono | Font mono |