react-ian-form-kit
v1.0.12
Published
[Ian Ribeiro](https://github.com/IanRMS)
Downloads
19
Readme
Author
Components
- [x] Button
- [x] CheckBox
- [x] Divider
- [x] Input
- [x] Modal
- [x] Radio
- [x] Select Dropdown
- [x] Switch Toggle
- [x] Textarea
Documentation
- Click here to se a demonstration and documentation of each element included on the package
Techs
- [x] React.Js
- [x] Storybook
- [x] Styled Components
- [x] TypeScript
What can be improved?
- More styles
- More components
Dependencies
- [x] Polished
- [x] react-icons
- [x] react-spinner-material
Using
Run
yarn add react-ian-form-kit
ornpm i react-ian-form-kit
in your React.js project.Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm i or yarn
to install dependencies. - Run
yarn storybook
. - Access
localhost:8000
in your browser. - Run
yarn build
to genereate your own build.