SpecTable
A SpecTable component from the Sigil design system.
import { SpecTable } from "@sigil-ui/components";
<SpecTable>...</SpecTable>
| Prop | Type | Default | Description |
|---|
rows | SpecRow[] | — | Ungrouped rows (use when no grouping needed). |
groups | SpecGroup[] | — | Grouped rows with section headings. |
title | string | — | Title shown at top. |
| CSS Variable | Purpose |
|---|
--s-border | Border |
--s-primary-muted | Primary muted |
--s-text-muted | Text muted |
--s-text | Text |
--s-font-mono | Font mono |
--s-radius-card | Radius card |
--s-border-style | Border style |
--s-surface | Surface |
--s-shadow-sm | Shadow sm |
--s-surface-elevated | Surface elevated |