Skip to content

ChrisGV04/cgvweb-ui

Repository files navigation

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

Installation

pnpm install -D @cgvweb/ui

Then, register the module in your nuxt.config.ts:

export default defineNuxtConfig({
  modules: ['@cgvweb/ui'],
});