# 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';
```
