HBit UI Kit Library for React.js with Storybook.
Published at NPM.
- [x] Button
- [x] CheckBox
- [x] Input
- [x] Modal
- [x] Radio
- [x] Separator
- [x] React.js
- [x] Storybook
- [x] Styled Components
- [x] TypeScript
- Table
- Card
- Bar Chart
- Pie Chart
- Donut Chart
- Form
- Line Chart
- Datepicker
- Top Menu
- Side Menu
- Dropdown
- Run
yarn add hbit-ui-kit
ornpm install hbit-ui-kit
in your React.js project.
- Import components from the library following the example:
import { ComponentName } from 'hbit-ui-kit'
- Clone this repository;
- Run
yarn
ornpm install
at the root folder to install dependencies.
- Run
yarn storybook
.
- Access
localhost:8080
in your browser.
- Run
yarn build
to generate your own build.