npm.io
2.0.0 • Published 4 years ago

react-best-heatmap

Licence
Version
2.0.0
Deps
2
Size
1.3 MB
Vulns
0
Weekly
0

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