1.0.0 • Published 4 years ago

hbit-ui-kit v1.0.0

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

Developer

Kayne Gonçalves

Components

  • Button
  • CheckBox
  • Input
  • Modal
  • Radio
  • Separator

Techs

  • React.js
  • Storybook
  • Styled Components
  • TypeScript

Coming Soon

  • Table
  • Card
  • Bar Chart
  • Pie Chart
  • Donut Chart
  • Form
  • Line Chart
  • Datepicker
  • Top Menu
  • Side Menu
  • Dropdown

Dependencies

Usage

  1. Run yarn add hbit-ui-kit or npm install hbit-ui-kit in your React.js project.
  2. Import components from the library following the example: import { ComponentName } from 'hbit-ui-kit'

Creating new components

  1. Clone this repository;
  2. Run yarn or npm install at the root folder to install dependencies.
  3. Run yarn storybook.
  4. Access localhost:8080 in your browser.
  5. Run yarn build to generate your own build.