glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.34k stars 770 forks source link

React EventListener onClick #494

Open clementcavigniaux opened 4 years ago

clementcavigniaux commented 4 years ago

Hi,

How to use React onClick on caroussel item ? Indeed, I need to know when user click on slide but the onClick is not spreading on clones.

Do you have a solution?

clementcavigniaux commented 4 years ago

Anybody ?

Morndas commented 3 years ago

Kinda late on this, but I hope I can help someone with the same issue. The cloned elements do not replicate event listeners as you said, so you can have to use event delegation from the parent element.