Rokketlabs base React component for fast frontend development.
Using npm:
npm install --save rokket-parts
Using yarn:
yarn add rokket-parts
This library contains components that allow programming interfaces quickly and without the need to worry about design details.
- First you have to clone the repository
git clone https://github.com/rokket-labs/rokket-parts.git [your-folder-name]
- Then, install all the dependencies
npm install
- Finally run storybook on localhost
npm run start:storybook
Note: Before uploading any code, please follow our Contribution Guidelines
- Grid Components
- Text Components
- Button Components
- Basic Input and Select Form Fields Components
- Datatable Components
- Cards Components
- Public StoryBook
- Documentation
This project is licensed under the MIT License - see the LICENSE.md file for details