reactbelt

<h1 align="center"> ReactBelt </h1>

Usage no npm install needed!

<script type="module">
  import reactbelt from 'https://cdn.skypack.dev/reactbelt';
</script>

README

ReactBelt

An UI Kit Library for React.js with Storybook Demo.

Based on youtube video UI Kit com React e Storybook | Code Challenge - Rocketseat

Published at NPM.

Contributors License


Components

  • Buttons
    • Normal
    • Add
    • Remove
    • Sync
  • CheckBox
  • Input
  • Modal
  • Radio
  • Separator
  • Form
  • Select

Techs

  • React.js
  • unForm
  • Storybook
  • Styled Components
  • TypeScript

Usage

  1. Run npm install reactbelt or yarn add ... in your React.js project.
  2. Import components from the package and get started.

Start Development Environment

  1. Clone this repository;
  2. Run npm or yarn install at each project in order to install dependencies.
  3. Run yarn storybook.
  4. Access localhost:9898 in your browser.
  5. Run yarn build to generate your own build.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.