react-circular-input
react-circular-input copied to clipboard
can't rotate circular track
When i tried to rotate my circular from css it make a rotation but i my input range remain there
I'm trying to create an arc slider, and came across the same issue.
Here's a sandbox that shows the problem CodeSandbox
I'm also looking faward such a solution! Sadly, almost all react circular sliders / ranges available out there have an issue with or does not fully support arc slider types...
I've came across rc-knob library, which offers a lot of different implementation options... On Github: https://github.com/eskimoblood/rc-knob
After spending a considerable amount of time looking for a "react circular slider" with enough room for customization, arc slider type, min/max options etc. I've decided to stick to React Circular Slider. This one is another "circular slider" react component, but has a few really helpful features such as arc slider, start/stop angle, min/max value, and 0, 1, or 2 handles.