Sources & Maintenance
Next.js Research Install
Path: ~/workspace/contrib-nextjs/nextjs-app/
DaisyUI package path: node_modules/daisyui/ (v5.5.18)
Web Sources
| Source | URL | Guide Sections | Last Verified |
|---|---|---|---|
| DaisyUI Official Docs | https://daisyui.com/docs/ | 1, 2, 3, 4, 5, 6, 7, 8, 9 | 2026-02-19 |
| DaisyUI Components Reference | https://daisyui.com/components/ | 5, 6, 7, 8, 9 | 2026-02-19 |
| DaisyUI Theming Docs | https://daisyui.com/docs/themes/ | 3, 4 | 2026-02-19 |
| DaisyUI GitHub Repository | https://github.com/saadeghi/daisyui | 2, 3, 10, 12 | 2026-02-19 |
| WCAG 2.2 — Dialog ARIA Pattern | https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/ | 13 | 2026-02-19 |
| WCAG 2.2 — Menu Button Pattern | https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/ | 13 | 2026-02-19 |
Code Sources
| Module | Relative Path | Guide Sections | Version |
|---|---|---|---|
| DaisyUI core plugin | node_modules/daisyui/index.js |
2, 10 | 5.5.18 |
| DaisyUI plugin options | node_modules/daisyui/functions/pluginOptionsHandler.js |
2, 3 | 5.5.18 |
| DaisyUI Tailwind variables | node_modules/daisyui/functions/variables.js |
4 | 5.5.18 |
| DaisyUI theme objects | node_modules/daisyui/theme/light/object.js |
3, 4 | 5.5.18 |
| DaisyUI button component | node_modules/daisyui/components/button/object.js |
5, 10 | 5.5.18 |
| DaisyUI card component | node_modules/daisyui/components/card/object.js |
6 | 5.5.18 |
| DaisyUI modal component | node_modules/daisyui/components/modal/object.js |
5, 13 | 5.5.18 |
| DaisyUI input component | node_modules/daisyui/components/input/object.js |
8 | 5.5.18 |
| DaisyUI fieldset component | node_modules/daisyui/components/fieldset/object.js |
8 | 5.5.18 |
| DaisyUI menu component | node_modules/daisyui/components/menu/object.js |
7 | 5.5.18 |
| DaisyUI drawer component | node_modules/daisyui/components/drawer/object.js |
9 | 5.5.18 |
| DaisyUI badge component | node_modules/daisyui/components/badge/object.js |
6 | 5.5.18 |
| DaisyUI alert component | node_modules/daisyui/components/alert/object.js |
6, 13 | 5.5.18 |
| DaisyUI tab component | node_modules/daisyui/components/tab/object.js |
7, 13 | 5.5.18 |
| DaisyUI dropdown component | node_modules/daisyui/components/dropdown/object.js |
5, 13 | 5.5.18 |
| DaisyUI stat component | node_modules/daisyui/components/stat/object.js |
6 | 5.5.18 |
| DaisyUI toast component | node_modules/daisyui/components/toast/object.js |
6 | 5.5.18 |
| DaisyUI navbar component | node_modules/daisyui/components/navbar/object.js |
7 | 5.5.18 |