# StatCard

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/shared/stat-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/shared/stat-card.tsx#L19)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `valueKey` | `string` | ✓ | - |
| `labelKey` | `string` | ✓ | - |
| `className` | `string` | - | - |

## Diagram

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

## Relationships

- RENDERS → `motion-div`
- USES_HOOK → `useTranslation`
