The Slider control for React.
Thanks for your interest in React-Slider. All forms of contribution are welcome, from issue reports to PRs and documentation / write-ups.
Before you open a PR:
In development, run yarn storybook to build (and watch) the project source, and run the storybook server.
All source code should be formatted with Prettier.
Code is not automatically formatted in commit hooks to avoid unexpected behaviour,
so we recommended using an editor plugin to format your code as you work.
You can also run yarn format
to prettier all the things.
The lint
script will validate source code with both ESLint and prettier.