What problem does it solve? Writing consistent, theme-aware UI markup with Tailwind CSS requires memorizing dozens of utility classes and component patterns. This Skill provides the complete daisyUI 5 component reference, usage rules, and color system so generated HTML or JSX follows correct class names, syntax, and theming conventions. ## Core Features & Use Cases - Component Reference: Covers 60+ daisyUI components (button, card, modal, drawer, navbar, table, form inputs, and more) with exact class names, syntax templates, and structural rules. - Theming and Colors: Enforces semantic color usage (primary, base-100, content colors) and documents custom theme creation via CSS variables and the daisyUI plugin config. - Installation and Configuration: Guides setup with Tailwind CSS 4 via npm or CDN, plus plugin options like themes, prefix, include/exclude, and logs. - Use Case: Ask for a responsive dashboard layout with a sidebar, navbar, and stat cards, and receive markup that uses correct daisyUI drawer, navbar, and stats classes with theme-aware colors. ## Quick Start Generate a responsive landing page with a navbar, hero section, and pricing cards using daisyUI components.