0.4.1 ā€¢ Published 3 years ago

react-heatmap-github v0.4.1

Weekly downloads
23
License
MIT
Repository
github
Last release
3 years ago

Welcome to react-heatmap-github šŸ‘‹

Version Documentation Maintenance License: MIT

React component for Github contribution heatmaps

šŸ  Homepage

Install

npm install react-heatmap-github

Usage

import { Heatmap } from 'react-heatmap-github'

<Heatmap values={[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} />

let randomData = new Array(364).fill(null).map(() => Math.floor(Math.random()*(9+1)))

<Heatmap values={randomData} />

Author

šŸ‘¤ zubhav

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

šŸ“ License

Copyright Ā© 2021 zubhav.

This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago