DependencyGraph
A DependencyGraph component from the Sigil design system.
Import
import { DependencyGraph } from "@sigil-ui/components";Usage
<DependencyGraph>...</DependencyGraph>Props
| Prop | Type | Default | Description |
|---|---|---|---|
nodes | DepNode[] | — | — |
edges | DepEdge[] | — | — |
width | number | — | — |
height | number | — | — |
nodeRadius | number | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-chart-axis | Chart axis |
--s-text-muted | Text muted |
--s-font-mono | Font mono |
--s-surface | Surface |
--s-border | Border |
--s-text | Text |