Open luka-glusica opened 6 years ago
Thumb is not properly centered on the track. I've used the example code from the docs.
<CircularSlider r={50} trackWidth={10} thumbWidth={20} onChange={value => console.log(value)} />
<CircularSlider
r={50}
trackWidth={10}
thumbWidth={20}
onChange={value => console.log(value)}
/>
See screenshots below:
Sorry for the delay, I have just tested your implementation and it works fine for me, so it might be a problem with the container's styles you are using
Thumb is not properly centered on the track. I've used the example code from the docs.
<CircularSlider
r={50}
trackWidth={10}
thumbWidth={20}
onChange={value => console.log(value)}
/>
See screenshots below: