ontap-kit
v1.0.0
Published
<h1 align="center"> Ontap React UI Kit Library </h1>
Readme
Developer
| | | :------------------------------------------------------------------------------------------------------------------------------------------------------------: |
👩🏻💻 Kayne GI
Components
- [✔️] Button
- [✔️] Modal
Coming Soon
- [ ] Card
- [ ] CheckBox
- [ ] Input
- [ ] Radio
- [ ] Sidebar
Techs
- ⚛️ React.js
- 📖 Storybook
- 💅 Styled Components
- 😎 TypeScript
Dependencies
- Node v.12
Usage
- Run
npm install ontap-ui-kitoryarn add ontap-ui-kitin your project. - Import components from the package (ex: import Button from 'ontap-ui-kit' ).
Start Development Environment
- Clone this repository;
- Run
npm install or yarnin order to install dependencies. - Run
yarn storybook. - Access
localhost:8080in your browser. - Write new stories to test the components 😘.
