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.
To initialize the UI kit with Tailwind CSS, run the following command:
npx msi-ui-kit init
To add a new component, use the following command:
npx msi-ui-kit add
or specify the component name:
npx msi-ui-kit add <component-name>
After selecting or specifying a component, you will be prompted to choose between JavaScript and TypeScript.