react-best-heatmap

2.0.0 • Public • Published

React Best Heatmap 🚀

Build and customize a heatmap for exactly what you need 🔥

Usage

Simple and easy to get started.

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 to access the documentation.

Donate

If you liked, you can donate to support it :)

paypal

/react-best-heatmap/

    Package Sidebar

    Install

    npm i react-best-heatmap

    Weekly Downloads

    3

    Version

    2.0.0

    License

    none

    Unpacked Size

    1.39 MB

    Total Files

    29

    Last publish

    Collaborators

    • lucasfernando06