@cgvweb/ui
v0.5.1
Published
A set of reusable components for Nuxt 3 heavily inspired by [`@nuxt/ui`](https://ui.nuxt.com) and [`shadcn-vue`](https://www.shadcn-vue.com).
Downloads
9
Readme
CGV WEB UI
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.
Features
- Built with Radix Vue and Tailwind CSS.
- HMR support through Nuxt App Config
- Bundled icons
- Fully typed
Installation
pnpm install -D @cgvweb/ui
Then, register the module in your nuxt.config.ts
:
export default defineNuxtConfig({
modules: ['@cgvweb/ui'],
});