.An efficiency centered Vue slide carousel designed for SSR/SSG settings. No JS is used to design the carousel or even it is actually slides. The goal is actually to improve LCP as well as CLS credit ratings due to the fact that there is actually no design or markup changes when JS hydates. It's primarily created for making "memory card" design slides (like for linking to posts or items) where the carousel-ness is conditionally administered based on the number of memory cards that are slotted in as well as the viewport size.Have a look at the demonstration: https://vue-ssr-carousel.netlify.app.Set up.anecdote add vue-ssr-carousel.Default.import SsrCarousel coming from 'vue-ssr-carousel'.bring in ssrCarouselCss coming from 'vue-ssr-carousel/index. css'.Vue.component 'ssr-carousel', SsrCarousel.Nuxt.// nuxt.config.js.export default buildModules: [' vue-ssr-carousel/nuxt']Usage.Slide 1.Slide 2.Slide 3.For more examples, see the demonstration: https://vue-ssr-carousel.netlify.app.Tips.If your slides are generated with v-for, use essential market values that are based on the information you are actually knotting with. In short, do v-for=" slide in slides": key=' slide.id' instead that v-for=" slide, mark in slides": secret=' index'.Don't use v-if on the origin aspect of slide components.API.Props.Slots.Slots.Summary.default.Where your slides obtain infused.back-arrow.Substitute the default back image. Slot props:.disabled - Correct if in the beginning webpage when certainly not looping.next-arrow.Substitute the nonpayment following icon. Slot props:.disabled - Real if at last web page when certainly not looping.dot.Change the default pagination dots. Port props:.index - The page mark that the dot exemplifies.handicapped - Correct if dot embodies existing webpage.Procedures.Approaches.Explanation.next().Move forward a webpage or slide, depending upon the paginate-by-slide set.back().Get back a webpage or slide, relying on the paginate-by-slide uphold.goto( mark).Most likely to an index. If paginate-by-slide is actually inaccurate, this corresponds to a web page made up for. If true, this translates to a slide offset.Celebrations.Observe https://vue-ssr-carousel.netlify.app/events.Activities.Summary.change( mark ).Fired when the inner mark counter adjustments.input.Same as modification however wanted for use along with v-model.push.Shot on mouse or contact down.release.Fired on computer mouse or touch up.burden: beginning.Fired on start of tugging.pain: end.Shot on end of moving.tween: start( mark ).Fired when the slide carousel begins tweening to it is actually final position.tween: edge( mark ).Fired when the slide carousel has completed tweening to it's destination.