react-multi-carousel icon indicating copy to clipboard operation
react-multi-carousel copied to clipboard

How to implement Copy of Carousel Items as Custom Dots?

Open Novizh opened this issue 2 years ago • 3 comments

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?

Novizh avatar May 10 '22 03:05 Novizh

did u solve it? i'm experiencing the same problem.

Franchos avatar Oct 03 '22 14:10 Franchos

Did anyone solve it ? I'm facing the same problem

Kunal5200 avatar Jan 28 '23 17:01 Kunal5200

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

mfnash avatar Jul 19 '23 04:07 mfnash