vue-ssr-carousel
vue-ssr-carousel copied to clipboard
A performance focused Vue carousel designed for SSR/SSG environments.
Since upgrading from 2.5.0 from 2.4.2, and using the following carousel settings: ``` { showDots: false, showArrows: false, slidesPerPage: null, gutter: "0.5rem", } ``` Dragging the carousel throws the following...
This is still a WIP. But I think there needs to be some type of UI still for when slides per page is set to `null`, but dots don't make...
Level access audit for COR flagged this as a high priority issue. Basically they are saying that `aria-disabled` shouldn't be how we set the active slide dot state. They suggest...
Try `npm i --save-dev @types/vue-ssr-carousel` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-ssr-carousel';`
Trying to use it with Nuxt 3 and getting error `index.js:1600 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'peekGutter')`
Mostly keeping this as a running list of things we should hit A couple of ADA issues that we should probably address: - [ ] [Ability to pause autoplay if...
Hi, like in topic, is there a way to stop/reset autoplay?
Is it possible to use this with Vue3. By simply importing and using as shown in documentation, I am getting an error saying `Uncaught TypeError: this is null`. If possible...
Not really sure if it'd even be possible with current implementation, but it'd be pretty neat to get this so that `responsive` works with container queries as well as css...
In addition to dots and arrows, I'd like to have a virtual scrollbar option that you can use to scroll through all the items of the carousel.