HeratPatel1

Results 3 comments of HeratPatel1

I used it with typescript. May be it helps you. `import * as React from 'react'; import Slider from 'react-rangeslider'; interface Props { min?: number; max?: number; step?: number; value:...

No, But You Can use "handleLabel" prop for that. Which provides the slider value on the slider dot. ![image](https://user-images.githubusercontent.com/36155316/36093077-7e8ff33e-0fb7-11e8-8d33-ddf24e8900a2.png) [example](https://whoisandy.github.io/react-rangeslider/)