algolia/react-nouislider

Name: react-nouislider

Owner: Algolia

Description: null

Created: 2015-09-14 22:38:18.0

Updated: 2017-12-30 15:38:36.0

Pushed: 2017-09-27 15:18:17.0

Homepage: null

Size: 127

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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
install react-nouislider --save
s
rt React from 'react';
rt ReactDOM from 'react-dom';

rt Nouislider from 'react-nouislider';

tDOM.render(
ouislider
range={{min: 0, max: 200}}
start={[0, 100]}
tooltips
, document.querySelector('#container')

Development workflow
install
run dev

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.