Card to slide box layout

I will be gratefully if anyone can assist with creating card-to-slidebix layout for a social app. The initial posts will be loaded horizontally using cards but when close will show a slidebox that can be swiped to show other other posts. Please help with any head start. Example app 9gag mobile app.

if this is what you looking for then just add as many <ion-slide-page> as needed
sorry it doesn’t intent for some reason :frowning:
<ion-slides> <ion-slide-page> <div class="card"> <div class="item item-text-wrap"> This is a basic Card which contains an item that has wrapping text. </div> </div> </ion-slide-page> </ion-slides>

Thanks @Chaos505 , unfortunately the solution you proposed wont fit . I appreciate your contribution.