Is it possible to trigger a callback when the active item of a dbc.Carousel is changed?
What I’m trying to do is add a link to the images of the carousel, and one way I thought might work is to wrap the whole thing in html.A and, when the active item of the carousel is changed, update the link and the carousel with the new active item. But I’m not sure what I should include as my input for the callback. I’m pretty sure you can do this using something like radio buttons to control the carousel, but I’d prefer to be able to use the internal controls of the carousel, if possible.
Thanks