Installation
Examples
52-week activity grid
Shows contribution frequency across the year.
LessMore
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| data* | HeatmapCell[] | required | Array of { date: string; value: number }. |
| weeks | number | 52 | Number of weeks to display. |
| title | ReactNode | — | Heading above the grid. |
| tooltip | (cell) => string | — | Custom tooltip content function. |