1.0.12 • Published 5 years ago
react-ian-form-kit v1.0.12
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.