Home
Softono
kdan-ui-revamp

kdan-ui-revamp

Open source MIT TypeScript
112
Stars
9
Forks
5
Issues
7
Watchers
2 weeks
Last Commit

About kdan-ui-revamp

React library of foundational and advanced components by KDAN web design system.

Platforms

Web Self-hosted

Languages

TypeScript

Kdan UI

License

NPM Version

The Setup

Development

  • Build the library:

    yarn build
  • Run storybook:

    yarn storybook
  • Create changeset:

    yarn changeset

Release & Publish package

Developing and preview on Preparing

  1. yarn build
  2. login to your npm account
  3. update the version number in package.json (example of the conversion version name is {previousStableVersion}-beta-{num} e.g.1.0.7-beta-1)
  4. npm publish

Release a stable version of package (by pipeline)

follow the pipeline flow which trigger by merging to master brach