Contributions to UI Components are welcome, and they are greatly appreciated!
- You have Node installed at v8.0.0+.
- You are familiar with Git.
Good pull requests—patches, improvements, new features—are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
Please ask first before embarking on any significant pull request (e.g. implementing features, refactoring code, porting to a different language).
- Fork and clone this repository.
- Configure and install the dependencies:
npm install
- Create a new branch from master:
git checkout -b my-branch-name
- Make your changes and commit them.
- Push your branch and open a pull-request going from your forked branch into master.
To view and interact with the available components, run one (or more) of the following:
npm run storybook:html
npm run storybook:react
npm run storybook:vue