1.0.0 ā€¢ Published 4 years ago

ontap-kit v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Developer

šŸ‘©šŸ»ā€šŸ’» Kayne GI

Components

Coming Soon

  • Card
  • CheckBox
  • Input
  • Radio
  • Sidebar

Techs

  • āš›ļø React.js
  • šŸ“– Storybook
  • šŸ’… Styled Components
  • šŸ˜Ž TypeScript

Dependencies

Usage

  1. Run npm install ontap-ui-kit or yarn add ontap-ui-kit in your project.
  2. Import components from the package (ex: import Button from 'ontap-ui-kit' ).

Start Development Environment

  1. Clone this repository;
  2. Run npm install or yarn in order to install dependencies.
  3. Run yarn storybook.
  4. Access localhost:8080 in your browser.
  5. Write new stories to test the components šŸ˜˜.