Ion-slide-box is deprecated how replace it?

Hello,

All is in the title. I want to create sliding page and ion slide box is notify deprecated/
witch element can I use to remplace them and optain the same effect ?

Sorry for my bad english.

Thanks;

So you can use ion-slides/ion-slide-page instead.

Similar syntax, but it’s based on swiper.js

<ion-slides>
  <ion-slide-page></ion-slide-page>
</ion-slides>

http://ionicframework.com/docs/nightly/api/directive/ionSlides/