react-circle-slider icon indicating copy to clipboard operation
react-circle-slider copied to clipboard

🕹️ Circle Slider Component for React

Results 13 react-circle-slider issues
Sort by recently updated
recently updated
newest added

like in material ui would be amazing to have the event onChangeCommitted

The slider gets stuck at values before 0 and 100. Only way we can get to 0 and 100 is to release the mouse down and try to drag the...

![image](https://user-images.githubusercontent.com/23727670/63588116-52cd6d80-c5c3-11e9-9746-09c3a7b913d1.png) This doesn't looks good and i can't fix it using ref so opening the issue

For example I set a range from 1 to 1.4 and at certain increments the tooltip will display 1.3800000000000001

I have requirement of being able to select multiple ranges in the same slider. Is there support for this in this library?

Fix the legacy warning of react which is coming now https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html

Fix for the issue https://github.com/dmitrymorozoff/react-circle-slider/issues/15

Using create-react-app I got stumbled upon a warning saying _'Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in...