0.2.10 • Published 4 years ago
reactbelt v0.2.10
Components
- Buttons
- Normal
- Add
- Remove
- Sync
- CheckBox
- Input
- Modal
- Radio
- Separator
- Form
- Select
Techs
- React.js
- unForm
- Storybook
- Styled Components
- 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.