How to use <ion slides>

Hi there,

I noticed that Ionic 1.2 uses , based on the Swiper plugin. That’s nice, but I can’t find any documentation about it.

How can I use this plugin? Do I still have to download it and implement it or can I use some Ionic tags?

Could someone point me in the right direction?

Isn’t it the documentation ?
http://ionicframework.com/docs/api/directive/ionSlideBox/

And this codepen too

That can’t be, because the doc says this:

Deprecated API
will be removed in the next Ionic release in favor of the new ion-slides component.
Don’t depend on the internal behavior of this widget.

http://ionicframework.com/docs/api/directive/ionSlides/
here you go

1 Like

Thanks, I was looking for that one indeed.