StatCard
Metric display card with trend indicator.
Import
import { StatCard } from '@kikumi3n/ui';
Usage
<StatCard
title="Revenue"
value="$12,450"
change="+12.5%"
trend="up"
/>
API
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | required | Metric label |
value | `string | number` | required |
change | string | — | Change value |
trend | `'up' | 'down'` | — |