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

The library is not comfortable to use #166

Closed ghost closed 2 years ago

ghost commented 2 years ago

To get the desired component, I need to go to examples folder Then go to '../src/index'; and then to utils file to import some other dependencies It's a lot of extra steps

ghost commented 2 years ago

Don't you plan to optimize it, and make it more comfortable to use? Refactoring to ES6 and hooks would be nice as well

Shouldn't all this stuff be out of the box when we import it, and not manually? @tajo