component-library 0.13.8
Install from the command line:
Learn more about npm packages
$ npm install @chumnend/component-library@0.13.8
Install via package.json:
"@chumnend/component-library": "0.13.8"
About this version
This is personal react component library built by me to be used in various projects. This library itself
will grow over time and be updated based on the components that I want to make use of. The library is written
in Typescript and makes use of tools like Rollup
and Storybook
to help me develop the library.
- Typescript
- Rollup
- Storybook
- Yarn 2
- Node 16 (Storybook does not work with Node 18+)
- Install dependencies with your package manager of choice. For this project I made use of Yarn
yarn
- Open Storybook to view components
yarn start
- Run tests for validation
yarn test
- Code can be auto-formatted by running the lint command
yarn lint:fix
- Build the project
yarn build
To handle version updates, this project uses changesets.
Use yarn changesets
to create a changeset file. When merged, a Github action will run to bump the version.
This package is deployed to a private Github repository. Whenever a new version is made to be live, in Github create a release and the most recent version will then be made availble.
Nicholas Chumney - nicholas.chumney@outlook.com