What problem does it solve? Setting up daisyUI 5 correctly is confusing because it requires Tailwind CSS 4, which deprecates the familiar tailwind.config.js file and changes how plugins are registered. This Skill provides accurate installation instructions so you avoid misconfigured CSS setups. ## Core Features & Use Cases - Correct Tailwind CSS 4 Setup: Explains that tailwind.config.js is deprecated and that only @import "tailwindcss"; plus @plugin "daisyui"; are needed in the CSS file. - CDN and npm Options: Covers both npm i -D daisyui@latest installation and no-install CDN usage with precompiled daisyUI CSS and the Tailwind browser build. - Framework-Specific Guides: Routes you to the right integration guide for over 30 frameworks including Vite, Next.js, SvelteKit, Dioxus, and Astro. - Use Case: You are starting a new Vite project and want themed UI components. Use this Skill to install daisyUI 5 correctly the first time without wrestling with outdated Tailwind v3 configuration advice. ## Quick Start Ask the assistant to set up daisyUI 5 in your project and specify your framework, such as Vite or Next.js.