rokket-labs / rokket-parts

Rokketlabs base React component for fast frontend development.

Home Page:https://rokket-labs.github.io/rokket-parts/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rokket Parts

Rokketlabs base React component for fast frontend development.

Installation

Using npm:

npm install --save rokket-parts

Using yarn:

yarn add 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 https://github.com/rokket-labs/rokket-parts.git [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 Input and Select 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

About

Rokketlabs base React component for fast frontend development.

https://rokket-labs.github.io/rokket-parts/docs


Languages

Language:TypeScript 62.7%Language:JavaScript 37.3%