.A performance centered Vue carousel developed for SSR/SSG atmospheres. No JS is actually utilized to format the slide carousel or even it is actually slides. The goal is to enhance LCP and also CLS credit ratings given that there is actually no design or even profit improvements when JS hydates. It is actually predominantly designed for rendering "memory card" design slides (like for connecting to articles or even products) where the carousel-ness is conditionally administered based on the amount of cards that are actually slotted in along with the viewport distance.Have a look at the demonstration: https://vue-ssr-carousel.netlify.app.Put in.yarn include vue-ssr-carousel.Nonpayment.bring in SsrCarousel from 'vue-ssr-carousel'.import ssrCarouselCss coming from 'vue-ssr-carousel/index. css'.Vue.component 'ssr-carousel', SsrCarousel.Nuxt.// nuxt.config.js.export nonpayment buildModules: [' vue-ssr-carousel/nuxt']Usage.Slide 1.Slide 2.Slide 3.For more instances, find the trial: https://vue-ssr-carousel.netlify.app.Tips.If your slides are created with v-for, utilize vital worths that are based upon the data you are actually looping via. In short, do v-for=" slide in slides": trick=' slide.id' somewhat that v-for=" slide, index in slides": secret=' index'.Do not use v-if on the root aspect of slide components.API.Props.Ports.Ports.Description.nonpayment.Where your slides obtain administered.back-arrow.Substitute the nonpayment back icon. Port props:.impaired - Correct if at first page when not knotting.next-arrow.Replace the default upcoming symbol. Port props:.disabled - True if at last webpage when certainly not knotting.dot.Change the default pagination dots. Port props:.index - The web page index that the dot works with.handicapped - Correct if dot represents current page.Methods.Approaches.Summary.next().Move forward a page or slide, depending on the paginate-by-slide set.back().Go back a page or even slide, depending upon the paginate-by-slide prop.goto( index).Head to an index. If paginate-by-slide is actually misleading, this translates to a page countered. If true, this translates to a slide balanced out.Events.See https://vue-ssr-carousel.netlify.app/events.Celebrations.Summary.modification( index ).Discharged when the inner mark counter adjustments.input.Like modification yet meant for make use of with v-model.press.Shot on mouse or contact down.launch.Fired on computer mouse or touch up.bother: start.Shot on start of dragging.drag: end.Fired on end of tugging.tween: start( mark ).Fired when the slide carousel begins tweening to it is actually final placement.tween: end( index ).Fired when the carousel has actually finished tweening to it is actually destination.