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
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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With