An open API service indexing awesome lists of open source software.

https://github.com/ductinhkzz/react-heatmap

A calendar heatmap component built on SVG
https://github.com/ductinhkzz/react-heatmap

Last synced: about 2 months ago
JSON representation

A calendar heatmap component built on SVG

Awesome Lists containing this project

README

        

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