Package Exports
- react-rangeslider-dual-label
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-rangeslider-dual-label) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.
Installation
Using npm
(use --save
to include it in your package.json)
$ npm install react-rangeslider-dual-label --save
Using yarn
(this command also adds react-rangeslider to your package.json dependencies)
$ yarn add react-rangeslider-dual-label
<link
rel="stylesheet"
href="https://unpkg.com/react-rangeslider/umd/rangeslider-dual-label.min.css"
/>
License
MIT