react-best-heatmap
Version:
Build and customize an heatmap for exactly what you need.
37 lines (24 loc) • 758 B
Markdown
<p>Build and customize a heatmap for exactly what you need 🔥<p>
Simple and easy to get started.
```js
import React from 'react';
import HeatMap from 'react-best-heatmap';
const values = [
{
date: new Date(),
value: 1,
valueLabel: 'Custom content...'
}
];
const App = () => (
<HeatMap values={values} />
);
export default App;
```
Click [here](https://lucas-fernando.vercel.app/react-best-heatmap) to access the documentation.
If you liked, you can donate to support it :)
[](https://www.paypal.com/donate?hosted_button_id=A2PGCFBMK59NL)