1. Install the package
2. Load the styles
Import the styles exactly once, for example inmain.ts, app.vue, or your global CSS entrypoint.
3. Import a component
Nuxt
Add the package styles to the global CSS list innuxt.config.ts.
AI Components
AI-specific components use a separate export path.The package expects Vue
^3.5.26 as a peer dependency.