Simple UI Kit Library for React.js with Storybook Demo.
Published at NPM.
- Button
- CheckBox
- Input
- Modal
- Radio
- Separator
- React.js
- Storybook
- Styled Components
- TypeScript
- More components
- Node = 10
- Run
npm install rocketseat-challenge-ui-kit
oryarn add ...
in your React.js project. - Import components from the package and get started.
- Clone this repository;
- Run
npm or yarn install
at each project in order to install dependencies. - Run
yarn storybook
. - Access
localhost:8080
in your browser. - Run
yarn build
to generate your own build.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.