Data Display
KPI Card
Metric display: value, label, delta.
Sourcekpi-card.tsx
KPI Cards
Metric displays with delta indicators.
$1.2MARR+18%
76Customers+3
2.1%Churn+0.3%
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | number | -- | The primary metric value. |
label | string | -- | Label below the value. |
delta | string | -- | Change indicator (e.g. '+18%'). |
deltaType | "positive" | "negative" | "neutral" | "neutral" | Color of the delta indicator. |
Related
Usage
import { KPICard } from "@doss/tetris-ui";