A collection of reusable React components for building beautiful user interfaces. This library is built using Vite for fast development and Storybook for component documentation and showcase.
To install the library, use pnpm i
pnpm i @hybr1d/charizardTo update the library
pnpm up @hybr1d/charizard -LUse the following commands, follow semver for version upgrade
pnpm version patchbefore the PR, the github action will automatically publish it to npm
To start the local storybook playground
pnpm storybook- use named export for the component
- export the prop types
- add named export in the index.ts file