Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How show more than one item per page with ant design (NG-Zorro) carousel?

everyone,

How to show more than one item per page with ant design (NG-Zorro) carousel. https://ng.ant.design/components/carousel/en

I want to show something like this - Multiple Items

https://ng.ant.design/components/carousel/en

like image 631
Max K Avatar asked Oct 19 '25 08:10

Max K


1 Answers

If you want to show more than one item per page you can simply set slidesToShow property to the desired number.

  <Carousel slidesToShow={3}>
    <div>1</div>
    <div>2</div>
    <div>3</div>
    <div>4</div>
    <div>5</div>
  </Carousel>
like image 87
Mahyar Zarifkar Avatar answered Oct 21 '25 22:10

Mahyar Zarifkar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!