StatCard
Metric display card.
Import
tsx
import { ZStatCard } from "@zurto/ui";Usage
tsx
<ZStatCard
title="Total Revenue"
value="$12,450"
change={+12.5}
icon={<DollarIcon />}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | – | Stat label |
value | string | number | – | Display value |
change | number | – | Change percentage |
icon | ReactNode | – | Optional icon |