Simple UI Kit Library for React.js with Storybook.
- [x] Button
- [x] Input
- [x] Card
- [x] React.js
- [x] Storybook
- [x] Styled Components
- [x] TypeScript
- More components
- Node = 10
- Run
npm install captalento-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.