1.0.2 • Published 4 years ago

klein-react-ui-kit v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

| Vitor Klein

Components

  • Button
  • CheckBox
  • Input
  • Modal
  • Radio
  • Separator

Techs

  • React.js
  • Storybook
  • Styled Components
  • TypeScript

What can be better?

  • More components

Dependencies

Usage

  1. Run npm install dev-ui-kit 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:8080 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.