HeratPatel1
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:...
#104
No, But You Can use "handleLabel" prop for that. Which provides the slider value on the slider dot.  [example](https://whoisandy.github.io/react-rangeslider/)