PricingTable
A PricingTable component from the Sigil design system.
import { PricingTable } from "@sigil-ui/components";
<PricingTable>...</PricingTable>
| Prop | Type | Default | Description |
|---|
columns | PricingColumn[] | — | — |
features | PricingFeature[] | — | — |
categories | { label: string; startIndex: number | — | Category headers group features visually. |
| CSS Variable | Purpose |
|---|
--s-radius-card | Radius card |
--s-border-style | Border style |
--s-border | Border |
--s-shadow-sm | Shadow sm |
--s-text-muted | Text muted |
--s-primary-muted | Primary muted |
--s-radius-full | Radius full |
--s-primary | Primary |
--s-primary-contrast | Primary contrast |
--s-text | Text |
--s-font-mono | Font mono |
--s-surface-elevated | Surface elevated |