JSPM

react-rangeslider-dual-label

4.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q22694F
  • License MIT

A lightweight react component that acts as a HTML5 input range slider polyfill

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

react-rangeslider

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