How can I create an interactive image carousel where clicking a button on an image displays the next image in the carousel?
I have created one react.js component to create carousel. And second component that show button (Hotspot) on image.
But I did not manage to combine both.