@kcstack/next-ui
v0.17.0
Published
This is a simple NextJS compatible Tailwind-native UI library.
Downloads
247
Readme
Introduction
This is a simple NextJS compatible Tailwind-native UI library.
Using changeset
// Install tool first
yarn add @changesets/cli && yarn changeset init
// Commit your changes, then run changeset
yarn changeset
// Versioning (apply the changesets and update the package versions and changelogs)
yarn changeset version
// or
npx changeset version
// Publish changeset
yarn changeset publish