react-multi-carousel
react-multi-carousel copied to clipboard
How to implement Copy of Carousel Items as Custom Dots?
Hello @YIZHUANG,
I'm using this carousel on various pages in my project already, however there's one thing I'm not quite sure of
How do I implement "Copy of Carousel Items as Custom Dots" as seen in this demo?
The JSX code only shown one component called <CarouselWithCustomDots /> with no clue of how to produce it Do I put it side by side with my current carousel component? or should I create a new component with it inside?
did u solve it? i'm experiencing the same problem.
Did anyone solve it ? I'm facing the same problem
Hello @YIZHUANG,
I'm using this carousel on various pages in my project already, however there's one thing I'm not quite sure of
How do I implement "Copy of Carousel Items as Custom Dots" as seen in this demo?
The JSX code only shown one component called with no clue of how to produce it Do I put it side by side with my current carousel component? or should I create a new component with it inside?
you can see the component here https://github.com/YIZHUANG/react-multi-carousel/blob/master/examples/ssr/components/carousel-with-custom-dots.js