This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

react-nouislider

2.0.1 • Public • Published

This project is not well maintained, have a look at other natives react sliders: https://www.google.com/search?q=react+slider

react-nouislider

Wraps leongersen/noUiSlider in a react component.

New features

There are no added features in react-nouislider compared to the underlying noUiSlider project. If you need more features please direct them to the https://github.com/leongersen/noUiSlider repository.

Documentation

All the options used in react-nouislider are then passed to noUiSlider. See the noUiSlider documentation before opening issues.

Usage

npm install react-nouislider --save
import React from 'react';
import ReactDOM from 'react-dom';
 
import Nouislider from 'react-nouislider';
 
ReactDOM.render(
  <Nouislider
    range={{min: 0, max: 200}}
    start={[0, 100]}
    tooltips
  />, document.querySelector('#container')
);

Development workflow

npm install
npm run dev

/react-nouislider/

    Package Sidebar

    Install

    npm i react-nouislider

    Weekly Downloads

    1,220

    Version

    2.0.1

    License

    MIT

    Last publish

    Collaborators

    • haroenv
    • iam4x
    • vvo
    • bobylito
    • redox
    • pixelastic