rokket-parts
v0.1.0
Published
React base components and helpers
Downloads
6
Readme
Rokket Parts
Rokketlabs base React component for fast frontend development.
Installation
Using npm:
npm install --save @rokket/rokket-partsUsing yarn:
yarn add @rokket/rokket-partsUsage
This library contains components that allow programming interfaces quickly and without the need to worry about design details.
How to develop:
- First you have to clone the repository
git clone @rokket/rokket-parts [your-folder-name]- Then, install all the dependencies
npm install- Finally run storybook on localhost
npm run start:storybookNote: Before uploading any code, please follow our Contribution Guidelines
TODO:
- [ ] Grid Components
- [ ] Text Components
- [ ] Button Components
- [ ] Basic Form Fields Components
- [ ] Datatable Components
- [ ] Cards Components
- [ ] Public StoryBook
- [ ] Documentation
Made with:
Autor
LICENSE
This project is licensed under the MIT License - see the LICENSE.md file for details
