diff --git a/docs/angular/slides.md b/docs/angular/slides.md index 104bd4097ed..f294bcc351c 100644 --- a/docs/angular/slides.md +++ b/docs/angular/slides.md @@ -135,6 +135,8 @@ swiper-slide img { With `ion-slides`, Ionic automatically customized dozens of Swiper properties. This resulted in an experience that felt smooth when swiping on mobile devices. We recommend using the `IonicSlides` module to ensure that these properties are also set when using Swiper directly. However, using this module is **not** required to use Swiper.js in Ionic. +It is recommended to review the [properties](https://github.com/ionic-team/ionic-framework/blob/main/core/src/components/slides/IonicSlides.ts) set by `IonicSlides` and determine which ones you would like to customize. + We can install the `IonicSlides` module by importing it from `@ionic/angular` and passing it to the `modules` property of `swiper-container` as an array: ```typescript diff --git a/docs/react/slides.md b/docs/react/slides.md index b8d88392314..522bc2d36ac 100644 --- a/docs/react/slides.md +++ b/docs/react/slides.md @@ -264,6 +264,8 @@ See