# MetricCardProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Analytics/charts/MetricCard.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Analytics/charts/MetricCard.tsx#L8)

## Properties

| Property | Type |
|---|---|
| `label` | `string` |
| `value` | `number | null | undefined` |
| `previousValue` | `number | null` |
| `format` | `'number' | 'percent' | 'duration'` |
| `trend` | `number[]` |
| `icon` | `React.ReactNode` |
| `accent` | `string` |
| `onClick` | `() => void` |
| `loading` | `boolean` |
