How to have Horizontal sliding Cards in ionic

I want to have Horizontal card segment in my app. How can i make it

Do you mean these?

you can use slides.

Actually I asked for these kind of sliding cards

How to have these kind of sliders?

Actually I asked for these kind of sliding cards

How to implement these kind of sliding cards in Ionic?

3 Likes

You can use slides inside a card component and change the number of slides per view to 2 or 3 or how ever many you want.

see “Input Properties”

1 Like

Thank you for you advice.