Animated Heatmap Grid
A production-scale, light + dark Animated Heatmap Grid component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add animated-heatmap-gridLive preview available in the gallery.
Usage
import { AnimatedHeatmapGrid } from "@lerpa/ui";
<AnimatedHeatmapGrid />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| rows | number | — | |
| cols | number | — | |
| label | string | — | |
| unit | string | — | |
| data | number[][] | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.