Hi guys, i didn’t find nothing on internet, hope someone will help.
I’m using react, and want to build a lightbox lithe this one:
Is it possible to create it without having 2 slide components?

Hi guys, i didn’t find nothing on internet, hope someone will help.
I’m using react, and want to build a lightbox lithe this one:
Is it possible to create it without having 2 slide components?

try to combine the swiper with the photo browser, I think you will be successful!
<div class="display">
<img src="...img" alt="">
<div>
I would try something along these lines, but there are a lot of slide examples on the internet where you can use f7 freely and in isolation, but I would still try using f7 directly.
good luck!