# Heatmap

> Cell-grid heatmap with color ramp legend — usage, density, and correlation matrices.
> Source: https://otf-kit.dev/components/heatmap

## At a glance

- **Platform:** Web (React)
- **Category:** Data
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** chart, heatmap, recharts

## Install

```bash
bun add @otfdashkit/ui
```

## Usage

```tsx
import { Heatmap } from '@otfdashkit/ui'
```

The `<Heatmap>` component ships the same prop API on web (`@otfdashkit/ui`) and native (`@otfdashkit/ui-native`) where a parity version exists.

## Links

- Live preview + code: https://otf-kit.dev/components/heatmap
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
