Skip to content
On this page

Nuxt

Zoom Avant has an integration for Nuxt 3, allowing you to load automatically styles and components for quick and fast integration in your web apps/sites.

Installation

See Nuxt installation chapter.

Configuration

The default configuration for @zoom-avant/nuxt loads the components and all the styles.

ts
export default defineNuxtConfig({
  modules: ['@zoom-avant/nuxt']
})

You can customize the styles Nuxt will load for you in the zavant object.

ts
export default defineNuxtConfig({
  modules: ['@zoom-avant/nuxt'],
  zavant: {
    styles: ['base', 'animation']
  }
})

Refer to the Styles chapter to see all the styles parts available.

Released under the GPL3 License.