-
-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Description
Description
When I use the options:
const carousel = useCarousel({
...
autoplay: true,
loop: false
...
})
I expect that the carousel should not continue looping through the items, but this is what appears to happen.
The documentation for the Carousel also states:
You'll probably want to add loop too, so it keeps going after the last slide.
Which adds to my confusion.
Link to Reproduction (or Detailed Explanation)
https://stackblitz.com/edit/vuvcmpk4?file=src%2FApp.tsx
Steps to Reproduce
- Create a carousel (using hook or Root element approach, both result in the same issue)
- Specify the options:
autoplay: true
andloop: false
- The Carousel will continue to loop through the items
Ark UI Version
5.18.3
Framework
- React
- Solid
- Vue
- Svelte
Browser
Firefox 141
Additional Information
No response
Metadata
Metadata
Assignees
Labels
No labels