react-ian-form-kit

[Ian Ribeiro](https://github.com/IanRMS)

Usage no npm install needed!

<script type="module">
  import reactIanFormKit from 'https://cdn.skypack.dev/react-ian-form-kit';
</script>

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

Ian Ribeiro

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

  1. Run yarn add react-ian-form-kit or npm i react-ian-form-kit in your React.js project.

  2. Import components from the package and get started.

Start Development Environment

  1. Clone this repository;
  2. Run npm i or yarn to install dependencies.
  3. Run yarn storybook.
  4. Access localhost:8000 in your browser.
  5. Run yarn build to genereate your own build.