Simple Library for React.js with Storybook.
Published at NPM.
- [x] Foundations
- [x] Actions
- [x] Forms
- [x] Layouts
- [x] Content
- [x] Utilities
- [x] React.js
- [x] Next.js
- [x] Storybook
- [x] Styled Components
- [x] TypeScript
- [x] Eslint
- More components
- If you find a bug report it on my linkedin
- 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.
- 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".