mdelcarlo / react-slider

The Slider control for React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Slider

The Slider control for React.

Contributing

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.

Development Practices

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.

About

The Slider control for React.

License:MIT License


Languages

Language:JavaScript 90.8%Language:CSS 9.2%