vhx / quartz-react

Quartz components using React
2 stars 1 forks source link

Add Slide Change Events to the Carousel #55

Closed sebastiansandqvist closed 7 years ago

sebastiansandqvist commented 7 years ago

Overview

This PR makes it possible to implement GA tracking on the carousel by exposing a handler that reacts to slide change events.

Whenever the slide changes, the onSlideChange function (prop) is called.


This PR also makes it possible to implement GA tracking within the slides themselves by separating the slide contents from the wrapper which handles their animations.

sebastiansandqvist commented 7 years ago

NOTE: This PR is what is blocking @narmeen12 from being able to address https://vimean.atlassian.net/browse/VHX-1105