cls-master-lib
v0.0.20
Published
<h1 align="center"> cls-master-lib </h1>
Downloads
113
Readme
Participants
Components
- [x] Foundations
- [x] Actions
- [x] Forms
- [x] Layouts
- [x] Content
- [x] Utilities
Techs
- [x] React.js
- [x] Next.js
- [x] Storybook
- [x] Styled Components
- [x] TypeScript
- [x] Eslint
What can be better?
- More components
- If you find a bug report it on my linkedin
Usage
- Run
npm i / yarn add cls-master-lib
in your React.js project. - Import components from the package and get started.
- Visit the website page for details.
Start Development Environment
- Clone this repository;
- Run
npm i or yarn
at each project in order to install dependencies. - Run
yarn storybook
. - Access
localhost:6006
in your browser. - Run
yarn build
to generate your own build "/dist". - Run
yarn build-storybook
to generate your own build for github "/docs".