diff --git a/submissions/examples/activity-heatmap/README.md b/submissions/examples/activity-heatmap/README.md new file mode 100644 index 00000000..362693af --- /dev/null +++ b/submissions/examples/activity-heatmap/README.md @@ -0,0 +1,70 @@ +# Developer Activity Heatmap Component + +A GitHub-style contribution heatmap that visualizes activity over time using a grid of color-coded cells with multiple intensity levels. Includes month and day labels, staggered pop-in animation, hover scale effect, and a legend. + +## Classes + +| Class | Description | +|---|---| +| `ease-heatmap` | Container card with border and background | +| `ease-heatmap-header` | Title and subtitle row | +| `ease-heatmap-title` | Section title | +| `ease-heatmap-subtitle` | Time range subtitle | +| `ease-heatmap-table` | Table structure wrapper | +| `ease-heatmap-months` | Month label row | +| `ease-heatmap-body` | Flex row for day labels and grid | +| `ease-heatmap-days` | Day label column | +| `ease-heatmap-grid` | Grid of activity cells | +| `ease-heatmap-cell` | Individual cell with hover scale | +| `ease-heatmap-lvl-0` | No activity (dim) | +| `ease-heatmap-lvl-1` | Low activity | +| `ease-heatmap-lvl-2` | Medium activity | +| `ease-heatmap-lvl-3` | High activity | +| `ease-heatmap-lvl-4` | Highest activity (brightest) | +| `ease-heatmap-legend` | Legend row | +| `ease-heatmap-legend-label` | Less / More labels | + +## Usage + +```html +
GitHub-style contribution activity visualization — Issue #1175
+ +