MetricCard
A MetricCard component from the Sigil design system.
import { MetricCard } from "@sigil-ui/components";
<MetricCard>...</MetricCard>
| Prop | Type | Default | Description |
|---|
label | string | — | — |
value | `string | number` | — |
delta | string | — | — |
deltaLabel | string | — | — |
icon | ReactNode | — | — |
sparkData | number[] | — | Mini sparkline data. |
sparkColor | string | — | Spark color. |
| CSS Variable | Purpose |
|---|
--s-radius-card | Radius card |
--s-border-style | Border style |
--s-border | Border |
--s-surface | Surface |
--s-shadow-sm | Shadow sm |
--s-text-muted | Text muted |
--s-text | Text |
--s-font-mono | Font mono |
--s-success | Success |
--s-error | Error |
--s-primary | Primary |