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
- Host: GitHub
- URL: https://github.com/ductinhkzz/react-heatmap
- Owner: ductinhkzz
- Created: 2024-04-05T02:11:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T07:41:24.000Z (about 1 year ago)
- Last Synced: 2024-11-20T12:20:37.863Z (6 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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';
```