tajo / react-range

🎚️Range input with a slider. Accessible. Bring your own styles and markup.
https://react-range.pages.dev
MIT License
859 stars 97 forks source link

Allow ability to over write thumb offset #131

Closed abstractball closed 3 months ago

abstractball commented 3 years ago

Ran into scenario where I would like to be able to change the transform on the thumb.

Also added a little more typecasting to it, fixed typo of type.

tajo commented 3 years ago

Can you add an example + e2e test for this feature?