This tool is designed to work via npx, not to be installed as a dependency.
❌ npm install kuro-ui ← Wrong
✅ npx kuro-ui add ... ← Correct📦 A minimalist CLI for copying ready-to-use Vue 3 components, composables, and utilities — plus optional Tailwind CSS v4 setup.
- 🧱 Ready-to-use Components, Composables & Utils — Copy curated and tested Vue 3 components, composables, and utilities into your project instantly.
- 🎨 Tailwind CSS v4 Ready — Automatically installs and configures Tailwind v4.
- 🧩 No Vendor Lock-In — You're copying code, not installing a black-box dependency.
- ⚡ Blazing Fast Setup — No scaffolding, just the bits you need.
Interactively install Tailwind CSS v4, add the necessary import to your main CSS file, and update your vite.config.js:
npx kuro-ui initCopies a component (e.g. Button.vue) into your project’s src/components directory:
npx kuro-ui add buttonThe CLI will prompt you to confirm installation and specify your main CSS file path (defaults to src/assets/main.css).
-
Clone the repository
-
Install dependencies
-
Run the dev server
git clone https://github.com/Bartek-Nowak/Kuro
cd Kuro
npm install
npm run devPreview all components in App.vue.
Full documentation is available at: Kuro
-
Node.js v18+
-
Vue 3 project (Vite-based)
MIT © Bartłomiej Nowak
