0.3.8 • Published 2 days ago

@kcstack/next-ui v0.3.8

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 days ago

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