UNPKG

react-best-heatmap

Version:

Build and customize an heatmap for exactly what you need.

37 lines (24 loc) 758 B
# React Best Heatmap 🚀 <p>Build and customize a heatmap for exactly what you need 🔥<p> ### Usage 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; ``` ### Examples and properties Click [here](https://lucas-fernando.vercel.app/react-best-heatmap) to access the documentation. ## Donate If you liked, you can donate to support it :) [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?hosted_button_id=A2PGCFBMK59NL)