3.0.7 • Published 1 year ago

tapflow-react-range-slider-input-2 v3.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

THIS IS A COPY OF REACT-RANGE-SLIDER-INPUT PACKAGE WITH THE ADDITION OF 2 LABELS THAT HOVER OVER THE THUMBS

react-range-slider-input

circleci npm known vulnerabilities javascript style guide license

React component wrapper for range-slider-input (a lightweight ~2kB library to create range sliders that can capture a value or a range of values with one or two drag handles).

CodeSanbox Demo

Demo

Installation

npm install tapflow-react-range-slider-input

Usage

v3.0.x and above (recommended)

import RangeSlider from "react-range-slider-input";
import "react-range-slider-input/dist/style.css";

export default function () {
  return <RangeSlider />;
}

v2.1.x and below

import RangeSlider from "react-range-slider-input";

export default function () {
  return <RangeSlider />;
}

Props

Elements

Refer to range-slider-input's Elements section

Styling

Refer to range-slider-input's Styling section

License

MIT © Utkarsh Verma

3.0.7

1 year ago