Select your framework:
Auto-imports let you use DaisyUI Kit components without manually importing each one. Setup depends on your framework.
Nuxt projects get auto-imports out of the box with the DaisyUI Kit module. See the Install page for full setup.
All components and composables are automatically available in your templates without any import statements.
For Vue projects using Vite (without Nuxt), use unplugin-vue-components to auto-register DaisyUI Kit components.
Configure the Vite plugin with a custom resolver:
Components are now auto-imported when used in templates. No import statements needed.