kdan-ui-revamp
v2.6.9
Published
React library library of foundational and advanced components by Kdan web design system
Readme
The Setup
- React v18
- TypeScript
- StyledComponent for css styling
- UI development with Storybook
- Unit test with Testing-library
- Build the library with Rollup
- Automated release with changesets
Development
Build the library:
yarn buildRun storybook:
yarn storybookCreate changeset:
yarn changeset
Release & Publish package
Developing and preview on Preparing
yarn build- login to your npm account
- update the version number in
package.json(example of the conversion version name is{previousStableVersion}-beta-{num}e.g.1.0.7-beta-1) npm publish
Release a stable version of package (by pipeline)
follow the pipeline flow which trigger by merging to master brach
