.A performance centered Vue slide carousel made for SSR/SSG settings. No JS is actually utilized to style the carousel or even it is actually slides. The target is actually to boost LCP and CLS ratings considering that there is no design or even profit changes when JS hydates. It's largely made for providing "memory card" design slides (like for connecting to write-ups or even products) where the carousel-ness is conditionally applied based upon the variety of memory cards that are slotted in in addition to the viewport distance.Visit the demo: https://vue-ssr-carousel.netlify.app.Install.anecdote include vue-ssr-carousel.Default.import SsrCarousel 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']Usage.Slide 1.Slide 2.Slide 3.For even more examples, find 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 based upon the data you are looping with. To put it simply, do v-for=" slide in slides": key=' slide.id' instead that v-for=" slide, index in slides": key=' index'.Do not utilize v-if on the origin aspect of slide components.API.Props.Slots.Ports.Description.default.Where your slides acquire administered.back-arrow.Substitute the nonpayment back image. Port props:.impaired - Real if at first webpage when not looping.next-arrow.Change the nonpayment upcoming image. Slot props:.handicapped - Correct if finally web page when not knotting.dot.Replace the nonpayment pagination dots. Port props:.mark - The webpage mark that the dot works with.impaired - True if dot stands for present web page.Methods.Methods.Summary.next().Move forward a web page or slide, relying on the paginate-by-slide prop.back().Return a webpage or slide, depending upon the paginate-by-slide set.goto( mark).Visit a mark. If paginate-by-slide is actually untrue, this relates to a page offset. If real, this corresponds to a slide made up for.Celebrations.Observe https://vue-ssr-carousel.netlify.app/events.Occasions.Summary.adjustment( mark ).Discharged when the interior mark counter adjustments.input.Same as adjustment but wanted for make use of along with v-model.push.Fired on mouse or even touch down.release.Shot on mouse or even touch up.pain: begin.Shot on start of yanking.nuisance: end.Shot on end of moving.tween: begin( index ).Discharged when the carousel starts tweening to it's final setting.tween: end( mark ).Shot when the slide carousel has actually completed tweening to it's location.