# StatCard

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/_shared/stat-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/_shared/stat-card.tsx#L19)

## Props

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

## Diagram

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

## Relationships

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