msi-ui-kit-develop
v0.0.1
Published
A CLI tool for initializing and managing UI components with Tailwind CSS.
Readme
MSI UI Kit
MSI UI Kit is a collection of reusable and customizable UI components designed to help you build modern and responsive web applications quickly and efficiently. The kit leverages Tailwind CSS for styling and provides a set of pre-built components that can be easily integrated into your projects.
Installation
To initialize the UI kit with Tailwind CSS, run the following command:
npx msi-ui-kit initTo add a new component, use the following command:
npx msi-ui-kit addor specify the component name:
npx msi-ui-kit add <component-name>