.An efficiency focused Vue carousel created for SSR/SSG settings. No JS is used to layout the carousel or even it's slides. The target is actually to enhance LCP as well as CLS ratings considering that there is no layout or even markup adjustments when JS hydates. It's primarily made for providing "memory card" type slides (like for linking to articles or even products) where the carousel-ness is conditionally used based upon the amount of cards that are slotted in along with the viewport distance.Take a look at the demo: https://vue-ssr-carousel.netlify.app.Install.anecdote incorporate vue-ssr-carousel.Nonpayment.bring in SsrCarousel coming from 'vue-ssr-carousel'.bring in ssrCarouselCss from 'vue-ssr-carousel/index. css'.Vue.component 'ssr-carousel', SsrCarousel.Nuxt.// nuxt.config.js.export nonpayment buildModules: [' vue-ssr-carousel/nuxt']Utilization.Slide 1.Slide 2.Slide 3.For even more instances, observe the demonstration: https://vue-ssr-carousel.netlify.app.Tips.If your slides are actually produced along with v-for, make use of vital market values that are actually based on the information you are knotting with. Simply put, carry out v-for=" slide in slides": secret=' slide.id' instead that v-for=" slide, index in slides": secret=' index'.Don't use v-if on the root factor of slide parts.API.Props.Ports.Slots.Summary.nonpayment.Where your slides receive infused.back-arrow.Change the default back image. Port props:.disabled - Real if initially webpage when not looping.next-arrow.Substitute the default next icon. Slot props:.disabled - Accurate if at last page when certainly not looping.dot.Substitute the nonpayment pagination dots. Port props:.index - The web page index that the dot exemplifies.handicapped - Correct if dot embodies existing webpage.Approaches.Approaches.Summary.next().Go forward a web page or even slide, relying on the paginate-by-slide prop.back().Go back a webpage or slide, depending upon the paginate-by-slide uphold.goto( mark).Most likely to a mark. If paginate-by-slide is inaccurate, this corresponds to a page made up for. If true, this corresponds to a slide countered.Activities.View https://vue-ssr-carousel.netlify.app/events.Celebrations.Summary.improvement( index ).Shot when the inner index counter modifications.input.Same as adjustment however meant for usage with v-model.press.Shot on computer mouse or even touch down.release.Shot on mouse or repair.pain: begin.Fired on begin of pulling.drag: end.Shot on end of tugging.tween: begin( mark ).Discharged when the carousel starts tweening to it's last position.tween: end( index ).Fired when the carousel has actually completed tweening to it's destination.