react-circular-input icon indicating copy to clipboard operation
react-circular-input copied to clipboard

can't rotate circular track

Open Ammar204 opened this issue 3 years ago • 3 comments

When i tried to rotate my circular from css it make a rotation but i my input range remain there

Ammar204 avatar Dec 22 '21 08:12 Ammar204

I'm trying to create an arc slider, and came across the same issue.

Here's a sandbox that shows the problem CodeSandbox

Havock94 avatar Feb 09 '22 13:02 Havock94

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...

monecchi avatar May 31 '22 19:05 monecchi

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.

monecchi avatar Jun 01 '22 13:06 monecchi