FlowDiagram
A FlowDiagram component from the Sigil design system.
import { FlowDiagram } from "@sigil-ui/components";
<FlowDiagram>...</FlowDiagram>
| Prop | Type | Default | Description |
|---|
nodes | FlowNode[] | — | — |
connections | FlowConnection[] | — | — |
direction | `"horizontal" | "vertical"` | — |
connector | `"solid" | "dashed" | "dashed-animated"` |
| CSS Variable | Purpose |
|---|
--s-border | Border |
--s-surface | Surface |
--s-primary | Primary |
--s-primary-muted | Primary muted |
--s-primary-contrast | Primary contrast |
--s-radius-md | Radius md |
--s-text | Text |
--s-text-muted | Text muted |
--s-chart-axis | Chart axis |
--s-font-mono | Font mono |