0.3.2 • Published 2 years ago
@rijalghodi/cool-components v0.3.2
Cool Components
This is a source code for a library that contains a collection of cool components you can utilize in your React and Mantine UI based projects. The library offers various components including:
- Search Bar
- Plus Button
- File Preview Input
- and more
Tech Stack
- Mantine UI
- Node >= 16
- ReactJS >= 18
- NPM
Development
- Clone the repo
- Install dependencies with
npm install - Run
npm run prepareto enable the DX - Run the development server with
npm run dev - Open http://localhost:6006 with your browser to see component library storybook.
Publish
- Update version of package by
npm version <change-type>(<change-type>is one ofmajor,minor,patch) - Publish. There are two ways to publish:
- Manually
- Build the project with
npm run local-build - Publish into NPM with
npm publish
- Build the project with
- Automatically
- Push the project into
masterbarnach
- Push the project into
- Manually
Contribute
- Use
yarn prepareto enable the DX - Use
yarn formatto format the code using prettier - Use
yarn typecheckto check the types - Use
yarn git:committo commit the changes according commitlint - User
yarn git:pushto push the changes to the remote branch
0.3.2
2 years ago
0.3.1
2 years ago
0.3.0
2 years ago
0.2.7
2 years ago
0.2.6
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago