ComparisonTable
A ComparisonTable component from the Sigil design system.
import { ComparisonTable } from "@sigil-ui/components";
<ComparisonTable>...</ComparisonTable>
| Prop | Type | Default | Description |
|---|
features | ComparisonFeature[] | — | Feature rows to compare. |
columns | string[] | — | Column names (keys matching the values in features). |
| CSS Variable | Purpose |
|---|
--s-border-style | Border style |
--s-border | Border |
--s-radius-md | Radius md |
--s-shadow-sm | Shadow sm |
--s-text-muted | Text muted |
--s-text | Text |
--s-surface-elevated | Surface elevated |
--s-duration-fast | Duration fast |
--s-success | Success |