reactbelt
v0.2.10
Published
<h1 align="center"> ReactBelt </h1>
Downloads
5
Maintainers
Readme
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.