react-play-ui
v0.0.44
Published
Highly Interactive React.js component library
Readme
Installation
Use NPM:
npm install react-play-ui
Local Playground
1. Fork or download the repository
2. Inside the project folder (root), run the following lines:
npm run i-allThis command will run package installation in the library and the docs (playground) directory.
npm run devThis will run npm start on both directories with a --watch arg, so it can listen to changes in the component library.
Contribution
- Fork the project.
- Push your changes to a new branch
- Make a pull request to develop
