.A performance focused Vue slide carousel designed for SSR/SSG settings. No JS is actually utilized to format the carousel or it's slides. The target is to enhance LCP as well as CLS scores due to the fact that there is no design or profit improvements when JS hydates. It is actually largely designed for making "memory card" design slides (like for linking to write-ups or products) where the carousel-ness is actually conditionally used based upon the lot of cards that are actually slotted in as well as the viewport size.Look at the trial: https://vue-ssr-carousel.netlify.app.Install.anecdote include vue-ssr-carousel.Default.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 additional examples, see the trial: https://vue-ssr-carousel.netlify.app.Tips.If your slides are actually created with v-for, make use of essential market values that are actually based upon the data you are looping with. Simply put, perform v-for=" slide in slides": key=' slide.id' instead that v-for=" slide, mark in slides": trick=' mark'.Don't use v-if on the origin factor of slide elements.API.Props.Ports.Ports.Explanation.default.Where your slides acquire injected.back-arrow.Switch out the nonpayment back symbol. Port props:.handicapped - Accurate if in the beginning page when not knotting.next-arrow.Substitute the default next image. Slot props:.disabled - Accurate if finally webpage when not knotting.dot.Switch out the default pagination dots. Slot props:.mark - The web page mark that the dot stands for.disabled - Real if dot embodies present webpage.Approaches.Techniques.Summary.upcoming().Move forward a webpage or slide, depending upon the paginate-by-slide prop.back().Return a webpage or slide, depending upon the paginate-by-slide set.goto( mark).Go to an index. If paginate-by-slide is actually misleading, this translates to a page balanced out. If correct, this equates to a slide countered.Activities.Find https://vue-ssr-carousel.netlify.app/events.Celebrations.Description.improvement( index ).Discharged when the internal index counter modifications.input.Same as modification but wanted for usage with v-model.push.Fired on computer mouse or contact down.launch.Shot on computer mouse or even repair.nuisance: beginning.Fired on begin of moving.pain: end.Fired on end of yanking.tween: begin( mark ).Fired when the carousel begins tweening to it is actually ultimate placement.tween: edge( mark ).Terminated when the slide carousel has actually completed tweening to it is actually destination.