# StatCard

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `label` | `string` | ✓ | - |
| `value` | `string` | ✓ | - |
| `icon` | `string` | ✓ | - |
| `bgColor` | `string` | ✓ | - |
| `textColor` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_StatCard_6eca61b2["StatCard"]
    class component_StatCard_6eca61b2 rootComponent
```

## Referenced By

- `UsageDashboard` (RENDERS)
