What problem does it solve? Writing consistent, theme-aware UI components with Tailwind CSS requires memorizing dozens of utility classes and rebuilding common patterns like modals, drawers, and navbars from scratch. This Skill provides the complete daisyUI 5 component reference so generated HTML and JSX uses correct class names, structures, and theme variables every time. ## Core Features & Use Cases - Component Reference: Covers 60+ daisyUI components (button, card, modal, drawer, table, form controls, and more) with exact class names, syntax, and structural rules. - Theming & Colors: Guides semantic color usage (primary, base-100, content colors), built-in theme configuration, and custom theme creation via CSS variables. - Installation & Configuration: Provides setup instructions for Tailwind CSS 4 projects, CDN usage, plugin options like prefixes and theme selection, and framework-specific guides. - Use Case: When building a settings page for a Svelte or React app, the Skill ensures toggles, selects, and modals use proper daisyUI markup with theme-aware colors that adapt to light and dark modes automatically. ## Quick Start Ask the AI to build a responsive navbar with a dropdown menu and theme switcher using daisyUI components.