react-beautiful-heatmap
Version:
A calendar heatmap component built on SVG
22 lines (14 loc) • 327 B
Markdown
# React heatmap
here is a version that i developed to fit my project based on [react-calendar-heatmap](https://github.com/kevinsqi/react-calendar-heatmap)
## Getting started
```(bash)
npm i react-heatmap
```
or
```(bash)
yarn add react-heatmap
```
Import css file
```(css)
import 'react-heatmap/dist/style.css';
```