alexsyo / react-circular-slider-bar

Circular slider component for React
https://alexsyo.github.io/react-circular-slider-bar/build
MIT License
12 stars 9 forks source link

Thumb is not centered on the track #3

Open luka-glusica opened 6 years ago

luka-glusica commented 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)} />

See screenshots below:

thumb-position thumb-positon-2

alexsyo commented 5 years ago

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