react-slick
react-slick copied to clipboard
I have only one slide and its replicate the inner content three times
here is settings:
const settings = { dots: true, infinite: true, speed: 500, slidesToShow: 1, slidesToScroll: 1, };
and slider code:
<Slider {...settings}> <div> <h3>1</h3> </div> </Slider>
Output: