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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

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