tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Slider Tick Increments #494

Closed darrylmack closed 7 years ago

darrylmack commented 7 years ago

Is there any way to set the tick increments for the slider to a specific value? e.g. Min = 500, Max = 5000, tick = 100

darrylmack commented 7 years ago

Found it on - https://getmdl.io/components/index.html#sliders-section It's step, i.e. step={100}