react-histoslider
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Setup

npm install react-histoslider

Usage

import React from 'react';
import Histoslider from 'react-histoslider';

const App = () => {
    const data = Array.from({ length: 1000 }, () => Math.random() * 100);
  return (
    <Histoslider
      value={value}
    />
  );
};

License

MIT

Package Sidebar

Install

npm i react-histoslider

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

16.6 MB

Total Files

25

Last publish

Collaborators

  • jefaislecafe