README
React Ui Kit Library - Form contents
A Ui Kit Library for React.Js using a Storybook demonstration.
Published at NPM.
Examples and documentation at GITHUB.
Author
Components
- Button
- CheckBox
- Divider
- Input
- Modal
- Radio
- Select Dropdown
- Switch Toggle
- Textarea
Documentation
- Click here to se a demonstration and documentation of each element included on the package
Techs
- React.Js
- Storybook
- Styled Components
- TypeScript
What can be improved?
- More styles
- More components
Dependencies
- Polished
- react-icons
- react-spinner-material
Using
Run
yarn add react-ian-form-kitornpm i react-ian-form-kitin your React.js project.Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm i or yarnto install dependencies. - Run
yarn storybook. - Access
localhost:8000in your browser. - Run
yarn buildto genereate your own build.