skills/daisyui/SKILL.md
daisyUI 5 is a CSS library for Tailwind CSS 4. It supplies class names for common UI components, semantic colors, and themes.
| Task | Guide | Note |
|---|---|---|
| Install daisyUI | ./install/SKILL.md | If the project does not have daisyUI, use this guide. |
| Use daisyUI class names | ./usage/SKILL.md | You must read this guide before you use daisyUI class names in code. |
| Configure daisyUI | ./config/SKILL.md | Read this guide to configure themes, prefixes, logs, or other options. You do not need it for basic use. |
| daisyUI colors and themes | ./colors/SKILL.md | You must read this guide before you use daisyUI colors in code. |
| daisyUI components | ./components/ | You must read the applicable component guides before you use daisyUI components. Read more than one candidate guide before you select a component. |
Before you write daisyUI code, do these steps in sequence:
You must match the meaning, even when the words are different from component names. A component with a different name can still be the best match. Always examine the intended function and meaning.
If the user requests a named component and a guide with that name exists, read that guide first.