FeatureGrid
A FeatureGrid component from the Sigil design system.
import { FeatureGrid } from "@sigil-ui/components";
<FeatureGrid>...</FeatureGrid>
| Prop | Type | Default | Description |
|---|
rows | FeatureRow[] | — | — |
gap | string | — | — |
rowMinHeight | number | 320 | Min-height for each row in px. |
| CSS Variable | Purpose |
|---|
--s-border-muted | Border muted |
--s-border-style | Border style |
--s-card-padding | Card padding |
--s-font-display | Font display |
--s-text | Text |
--s-text-secondary | Text secondary |
--s-text-subtle | Text subtle |
--s-text-muted | Text muted |
--s-border | Border |
--s-surface | Surface |