beyonk-group / svelte-carousel

A super lightweight, super simple Carousel for Svelte 3
MIT License
213 stars 38 forks source link

Can Carousel be used inside a link? #63

Open LucianVoju opened 3 years ago

LucianVoju commented 3 years ago

Good day, This is a question, not a bug. I try to use the carousel component inside anchor element. My goal is to achieve an image carousel like airbnb but swipe actions do not work when placed inside anchor.
Like this: `

`

Can anyone help me with a suggestion?

Thank you.