What problem does it solve? Writing consistent, theme-aware UI components with Tailwind CSS requires memorizing dozens of utility classes and manually handling dark mode, colors, and component structure. This Skill provides the official daisyUI 5 component reference so generated HTML/JSX uses correct class names, semantic colors, and theme variables every time. ## Core Features & Use Cases - Component Reference: Covers 60+ daisyUI components (button, card, modal, drawer, navbar, table, form inputs, etc.) with exact class names, syntax, and usage rules. - Theming & Colors: Enforces semantic color usage (primary, base-100, etc.) and documents custom theme creation via CSS variables and the daisyUI plugin config. - Installation & Configuration: Guides setup with Tailwind CSS 4 via npm or CDN, plus framework-specific integration for React, Vue, Next.js, Dioxus, and more. - Use Case: Ask for a responsive dashboard layout with a sidebar, navbar, and stat cards, and receive markup using correct drawer, navbar, and stat component classes that adapt to light and dark themes automatically. ## Quick Start Ask the AI to build a responsive landing page with a navbar, hero section, and pricing cards using daisyUI components.