MatrixDiagram
A MatrixDiagram component from the Sigil design system.
Import
import { MatrixDiagram } from "@sigil-ui/components";Usage
<MatrixDiagram>...</MatrixDiagram>Props
| Prop | Type | Default | Description |
|---|---|---|---|
cells | MatrixCell[][] | — | — |
xLabels | string[] | — | — |
yLabels | string[] | — | — |
xAxisLabel | string | — | — |
yAxisLabel | string | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-font-mono | Font mono |
--s-text-muted | Text muted |
--s-radius-md | Radius md |
--s-border | Border |
--s-surface | Surface |
--s-duration-fast | Duration fast |
--s-surface-elevated | Surface elevated |
--s-primary | Primary |
--s-text | Text |