vue-ssr-carousel icon indicating copy to clipboard operation
vue-ssr-carousel copied to clipboard

A performance focused Vue carousel designed for SSR/SSG environments.

Results 22 vue-ssr-carousel issues
Sort by recently updated
recently updated
newest added

I'd like to be able to "flick" the carousel (both on desktop and mobile devices) freely and have it glide smoothly over several items before gradually slowing down and snapping...

Hi! First, many thanks for your carousel solution. **Issue** I run into an edge case, where I have a smallish container for the carousel, but have many images. Based on...

Hi there. Got the problem with displaying on mobile view. When slide sometimes I getting unpredictable error. Difference with working version and stucked that I found is activeSlides array. Another...

I tried almost all slider plugins this is the best (working great resizing, ssr and other features) just one piece missing, slide tolarence option.

We're migrating our app to vite and adding SSR to it. The carousel work nicely with the dev build. However after creating the production build (`vite build --outDir dist/ssr --ssr...

Had a [request](https://app.asana.com/0/0/1201895937008169/f) that's possible to add classes with existing carousel infrastructure, but may be worth adding an active class identifier to cards. Feels like a common standard among other...

enhancement

Nuxt 2.16, vue-ssr-carousel 1.4.2 (PR #84 too). I have slides with this content: Code of carousel ``` {{ item.price }} ``` Code of WorkItem component ``` Explore work {{ subtitle...

When I add `this.$refs.xxx.next()` to a button, get this error: ``` Object is possibly 'undefined'.ts(2532) ```

Great piece of work! I was wondering how to init / destroy carousel on specific breakpoints as there are no such methods in the documentation. Would appreciate help. Thanks!

This would prevent actually mounting the component logic on the client side