Installation
Examples
Metrics dashboard
Revenue, users, and growth statistics.
Monthly Revenue
$48,295
+12.5%vs last month
Active Users
3,842
+8.1%new this month
Churn Rate
2.4%
-0.8%improvement
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| label* | ReactNode | required | Metric label. |
| value* | ReactNode | required | Primary value. |
| prefix | ReactNode | — | Rendered before the value. |
| suffix | ReactNode | — | Rendered after the value. |
| trend | { value: number; label?: string } | — | Trend indicator. |
| loading | boolean | false | Shows a skeleton placeholder. |