exportdefault{modules:['vue3-carousel-nuxt'],carousel:{prefix:'MyPrefix'}} This will allow you to use the components with a prefix, like so:<MyPrefixCarousel />,<MyPrefixSlide />, etc. Styling The module automatically imports the default styles of Vue 3 Carousel. If you want to customiz...
We are excited to announce the first release of our Vue 3 Carousel Nuxt.js module! With this module, you can easily integrate the Vue 3 Carousel into your Nuxt.js applications. Features: Automatic setup of the necessary components from Vue 3 Carousel: Carousel, Slide, Pagination, and Navigati...
// nuxt.config.ts export default defineNuxtConfig({ devtools: { enabled: true }, ..., modules: [ 'vue3-carousel-nuxt' ] }) //App.vue <template> <Carousel v-bind="settings" :breakpoints="breakpoints"> <Slide v-for="slide in 10" :key="slide"> {{ slide }} </Slide> <template...
Modules UI vue3-carousel-nuxt vue3-carousel-nuxt This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications. 46.8K downloads• 34 stars• v1.1.3 gaetansenn Vue3 Carousel Nuxt Module This module integrates the Vue 3 Carousel component with Nuxt 3. Instal...