UNPKG

react-best-heatmap

Version:

Build and customize an heatmap for exactly what you need.

10 lines (7 loc) 205 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import App from '../lib'; const stories = storiesOf('Heatmap', module); stories.add('Main', () => { return <App /> });