Questions tagged [react-responsive-carousel]

No guidance has been provided for this tag at the moment.

The thumbnails in the react-responsive-carousel are not appearing when utilizing the Next.js image component

I am currently utilizing the react-responsive-carousel library to display a product image gallery with thumbs. However, I have encountered an issue where the thumbs disappear when transitioning to the next image. I am looking for a solution to fix this p ...

Having trouble with the react-responsive-carousel? Images not showing up or carousel not functioning properly

import "react-responsive-carousel/lib/styles/carousel.min.css"; import { Carousel } from "react-responsive-carousel"; function App() { return ( <Carousel showArrows={true}> <div> <img src="../ass ...

I've encountered an issue with react-responsive-carousel not functioning properly with server-side rendering (SSR) in NextJs. Can anyone provide an example of how to enable SSR for this component

I'm currently working on a project involving e-commerce and need to retrieve product details data via SSR to display it on the screen. Everything is showing up correctly except for the product images. I'm using the react-responsive-carousel compo ...