A swipeable image gallery component with main image display and thumbnails.
This component uses Swiper for the main image display and thumbnails. It also integrates left and right navigation arrows.
<ImageGallery images={images} initialIndex={0} handleCurrentIndex={setCurrentIndex}/> Copy
<ImageGallery images={images} initialIndex={0} handleCurrentIndex={setCurrentIndex}/>
The props for the ImageGallery component.
A swipeable gallery with thumbnails and navigation.
A swipeable image gallery component with main image display and thumbnails.
Remarks
This component uses Swiper for the main image display and thumbnails. It also integrates left and right navigation arrows.
Example