Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 649 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 649 Bytes

Contributing

All help very much welcome, just let us know in the issue comments what you are going to work on so we don't end up duplicating work.

Try and keep to the same style/principles used in existing components, always stateless functional components when possible, use es6 add any new components/new options into the relevant demo and docs sections. Any recomendations/improvements to style, structure etc are also welcome.

The library is built using create-react-library which itself uses create-react-app for the demo site.