DiagramConnector
A DiagramConnector component from the Sigil design system.
Import
import { DiagramConnector } from "@sigil-ui/components";Usage
<DiagramConnector>...</DiagramConnector>Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | ConnectorVariant | — | — |
direction | ConnectorDirection | — | — |
label | string | — | — |
length | number | — | — |
strokeColor | string | — | — |
arrowSize | number | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border-strong | Border strong |
--s-border | Border |
--s-text-muted | Text muted |
--s-font-mono | Font mono |