react-rangeslider icon indicating copy to clipboard operation
react-rangeslider copied to clipboard

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.

Results 96 react-rangeslider issues
Sort by recently updated
recently updated
newest added

Hi! using the slider with react 16.x gave me an error with the `resize-observer-polyfill` & `classnames` package. I updated this package an fixed unit tests + snapshots. This should solve...

Sometimes it can be nice to render a slider that should not be changed by the user. This pull request adds a prop `disabled` that disabled touch, keyboard and click...

Label isn't affected by `format` prop – function passed to `format` prop is actually used for formatting tooltip value only, despite docs says it should be used also for label...

Fixes #84 by replacing the `for..of` with a normal `for` loop

First of all, nice job with the component. I was wondering if instead of showing the tooltip when the user clicks it can be shown when the user hovers it....

### Expected Behavior The user should be able to move the slider handle on mobile without any scrolling of the screen. ### Actual Behavior When trying to move the slider...

- add `mode` props to accept “single” or “double” knobs - handle calculation for 2 knobs