UNPKG

toyboxui

Version:

A kit for building playful UIs for the web, powred by Nuxt, TailwindCSS, and DaisyUI.

13 lines (11 loc) 237 B
import { join } from 'pathe' import { defineNuxtModule } from '@nuxt/kit' export default defineNuxtModule({ hooks: { 'components:dirs'(dirs) { dirs.push({ path: join(__dirname, 'components'), }) }, }, })