A set of reusable components for Nuxt 3 heavily inspired by @nuxt/ui
and shadcn-vue
.
These components are developed by Christian Gil mainly to be used at my own freelance projects. It provides the building blocks for the most common components I end up using.
- Built with Radix Vue and Tailwind CSS.
- HMR support through Nuxt App Config
- Bundled icons
- Fully typed
pnpm install -D @cgvweb/ui
Then, register the module in your nuxt.config.ts
:
export default defineNuxtConfig({
modules: ['@cgvweb/ui'],
});