Socket
Book a DemoInstallSign in
Socket

kdan-ui-revamp

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kdan-ui-revamp

React library library of foundational and advanced components by Kdan web design system

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
125
-21.87%
Maintainers
4
Weekly downloads
 
Created
Source

Kdan UI

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 build
    
  • Run storybook:

    yarn storybook
    
  • Unit test component with:

    yarn test
    
  • Create changeset:

    yarn changeset
    

Release & Publish package

This boilerplate uses changesets to automatically generate CHANGELOG, create releases and publish to NPM registry via GitHub Actions. You can see action details at release.yml.

To automating publish your library, follow these steps:

P/S: Remember to check the Allow GitHub Actions to create and approve pull requests in your repo Settings > Actions > General & scroll to Workflow permissions.

Keywords

react

FAQs

Package last updated on 26 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts