0.0.4 • Published 1 year ago

cls-master-lib-testing v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Participants

| Caio Sousa

Components

  • Foundations
  • Actions
  • Forms
  • Layouts
  • Content
  • Utilities

Techs

  • React.js
  • Next.js
  • Storybook
  • Styled Components
  • TypeScript
  • Eslint

What can be better?

  • More components
  • If you find a bug report it on my linkedin

Usage

  1. Run npm i / yarn add cls-master-lib in your React.js project.
  2. Import components from the package and get started.
  3. Visit the website page for details.

Start Development Environment

  1. Clone this repository;
  2. Run npm i or yarn at each project in order to install dependencies.
  3. Run yarn storybook.
  4. Access localhost:6006 in your browser.
  5. Run yarn build to generate your own build "/dist".
  6. Run yarn build-storybook to generate your own build for github "/docs".