DATA DISPLAY
Stat
KPI block: mono uppercase label, big display-font value, optional delta line. Use to surface key metrics in dashboards and overview pages.
Import
Single Stat
MRR
€42,800+12% vs last monthStat group
Active users
1,284-3%Conversion
6.4%±0%Tickets open
122 since yesterdayProps
Stat props
| Prop | Type | Default | Description |
|---|---|---|---|
| label* | ReactNode | — | Mono uppercase label rendered above the value. |
| value* | ReactNode | — | Headline number rendered in the display font. |
| delta | ReactNode | — | Optional sub-line showing the change vs a baseline. |
| deltaTone | 'positive' | 'negative' | 'neutral' | 'neutral' | Color of the delta line — success / destructive / muted. |
| icon | ReactNode | — | Optional icon rendered beside the label. |
Accessibility
- Presentational block — label and value are independent text nodes with no implicit ARIA pairing. Wrap with
role="status"+aria-live="polite"when the value updates dynamically and the user should be notified. - If the label is purely decorative (e.g. an abbreviation), add
aria-labelon the outer element with the long-form name so screen readers announce the metric clearly.