Skip to content

Lory1990/react-cool-components

Repository files navigation

React Cool Componenets

Here is another cool UI React Library made on top of React Material UI and fully integrated with Formik.

This is a project made in collaboration with ReadTheFuckingManual and Tongy

Before going on ➡️ see the Demo

Run

  • Download the repo via git clone [email protected]:Lory1990/react-cool-components.git
  • Make sure you installed yarn
  • Make sure your node version is >= 12 : husky 7.0.1 requires it
  • Type in your terminal yarn
  • Type in your terminal yarn storybook
  • Done

How to contribute

Here is our manifesto ➡️ JOIN US

We have several rules to sandardize our components

Input components

Write stories with at least these states

  • Plain
  • Disabled
  • ReadOnly
  • Loading
  • Error
  • Warning
  • Success

Button components

Write stories with at least these states

  • Plain
  • Disabled
  • Primary
  • Secondary

Complex components

Write stories with at least these states

  • Plain
  • Disabled

Gallery components

Write stories with at least these states

  • Plain

Cards components

Write stories with at least these states

  • Plain

Dialogs and Popovers components

Write stories with at least these states

  • Plain
  • Disabled