0.1.0 • Published 4 years ago

rokket-parts v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Rokket Parts

Rokketlabs base React component for fast frontend development.

Installation

Using npm:

npm install --save @rokket/rokket-parts

Using yarn:

yarn add @rokket/rokket-parts

Usage

This library contains components that allow programming interfaces quickly and without the need to worry about design details.

How to develop:

  1. First you have to clone the repository
git clone @rokket/rokket-parts [your-folder-name]
  1. Then, install all the dependencies
npm install
  1. Finally run storybook on localhost
npm run start:storybook

Note: 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