0.1.0 • Published 8 years ago

unsullied-react-range-slider v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

unsullied-react-range-slider

A draggable selection ui that allows user to select a value from a range of values.

Params

max {Number} The maximum number the range slider can go to.

onChange {Method} The callback method that is executed after the value has changed.

value {Number} The value that the range slider has selected.

disabled {Boolean} True will disable the range slider from changing, false will allow the user to change the range slider.