zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

Get last mark at the edge of the slider #202

Closed SarthakSri98 closed 3 years ago

SarthakSri98 commented 3 years ago

I am trying to use the slider with 9 marks. I have set the width of the container as 100% but the last mark always come a little left side instead of at the last. The marks array is like this: const marks = [ 0, 12.5, 25, 37.5, 50, 62.5, 75, 87.5, 100 ];

Screenshot 2020-11-28 at 7 43 04 PM

If I increase or decrease the width the value of left changes accordingly and the last mark always stays a little earlier. Please help.

petosiso commented 3 years ago

Hi,

how did you solve this problem?

Thanks.