Great component! Thanks so much.
I've recently moved to React after building static sites where jQuery plugins provided most functionality. To create an image slider + lightbox, I used to combine slick.js with halkaBox.js pretty easily.
Now that I'm using React, what is the right way to combine react-slick with touch-enabled lightbox functionality? Is there another component that pairs well with react-slick (or a better way to add lightbox functionality)? Should I try to incorporate halkaBox.js with react-slick?
I'm just a bit unsure of the proper React way to add lightbox functionality to react-slick, so any guidance would be appreciated!
In case anyone has the same question in the future, refer to this Stack Overflow question for a working solution.
In case anyone has the same question in the future, refer to this Stack Overflow question for a working solution.
Hi @ooloth, your solution only allow to open the image, but do you find the possibility to navigate through the images also from lightbox ? Thank you for your help.
Most helpful comment
In case anyone has the same question in the future, refer to this Stack Overflow question for a working solution.