ReactBelt
An UI Kit Library for React.js with Storybook Demo.
Based on youtube video UI Kit com React e Storybook | Code Challenge - Rocketseat
Published at NPM.
Components
- [x] Buttons
- [x] Normal
- [x] Add
- [x] Remove
- [x] Sync
- [x] CheckBox
- [x] Input
- [x] Modal
- [x] Radio
- [x] Separator
- [x] Form
- [ ] Select
Techs
- [x] React.js
- [x] unForm
- [x] Storybook
- [x] Styled Components
- [x] TypeScript
Usage
- Run
npm install reactbelt
oryarn add ...
in your React.js project.
- Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm or yarn install
at each project in order to install dependencies.
- Run
yarn storybook
.
- Access
localhost:9898
in your browser.
- Run
yarn build
to generate your own build.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.