c8o-slides.
Defines a SwiperSlides Container component.
This component replaces the deprecated ion-slides and is based on the swiper-container component.
The SwiperSlides Container component is a multi-section container. It contains any number of SwiperSlide Item components which can be swiped or dragged between.
Slides make it easy to create galleries, tutorials, and page-based layouts.
By setting the Identifier property you can access from your typescript code the swiper instance through page['my-identifier'].swiper
For more information: Swiper library.
See also Migrating from ion-slides to Swiper.js
Name | Description |
---|---|
Options | Options object to pass all configuration parameters to the swiper instance. See https://swiperjs.com/swiper-api#parameters for valid parameters. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |