Skip to main content
Pharen UI supports Vue 3. Install the package with your application package manager.

1. Install the package

2. Load the styles

Import the styles exactly once, for example in main.ts, app.vue, or your global CSS entrypoint.

3. Import a component

Nuxt

Add the package styles to the global CSS list in nuxt.config.ts.

AI Components

AI-specific components use a separate export path.
The package expects Vue ^3.5.26 as a peer dependency.