# KpiCard

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `label` | `string` | ✓ | - |
| `subtitle` | `string` | ✓ | - |
| `rate` | `number | null` | ✓ | - |
| `sub` | `string` | ✓ | - |
| `spark` | `number[]` | ✓ | - |
| `color` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_KpiCard_1ea8fc1b["KpiCard"]
    class component_KpiCard_1ea8fc1b rootComponent
```

## Relationships

- RENDERS → `Sparkline`

## Referenced By

- `DeflectionCockpit` (RENDERS)
