What problem does it solve? Building consistent, themeable UI components with Tailwind CSS requires memorizing dozens of utility classes and reinventing common patterns like modals, drawers, and dropdowns. This Skill provides the official daisyUI 5 component class names, syntax, and rules so generated HTML/JSX uses correct, semantic, theme-aware markup. ## Core Features & Use Cases - Component Reference: Covers 60+ daisyUI components (button, card, modal, drawer, navbar, table, form inputs, etc.) with exact class names, syntax templates, and usage rules. - Theming & Colors: Enforces semantic color usage (primary, base-100, content colors) and supports custom theme generation via CSS variables. - Installation & Configuration: Guides Tailwind CSS 4 + daisyUI 5 setup, plugin config options, prefixes, and theme selection. - Use Case: Ask for a responsive landing page with a navbar, hero, pricing cards, and a modal, and receive markup using correct daisyUI classes that automatically adapt to light and dark themes. ## Quick Start Generate a responsive pricing page with a navbar, three cards, and a signup modal using daisyUI components.