Home
Softono

Kdan Ui Revamp

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

 About Kdan Ui Revamp

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

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Kdan Ui Revamp?

We provide expert installation service for this software. Our team will install, configure, and secure Kdan Ui Revamp on your server. plans start at just $30.

Kdan Ui Revamp

View on GitHub

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