UNPKG
react-activity-heatmap
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple and customizable leetcode-style activity heatmap component for React.
react-activity-heatmap
/
dist
/
ActivityHeatmap.module.css
14 lines
(12 loc)
•
179 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.scrollContainer
{
width
:
100%
;
max-width
:
100%
;
overflow-x
: auto;
padding-bottom
:
1rem
; }
.months
{
display
: grid;
gap
:
0.25rem
;
width
:
100%
;
max-width
:
100%
; }