@@ -498,7 +498,7 @@ import { Component } from '@angular/core';
498498})
499499export class SlideExample {
500500 // Optional parameters to pass to the swiper instance.
501- // See http ://idangero.us /swiper/ api/ for valid options.
501+ // See https ://swiperjs.com /swiper- api for valid options.
502502 slideOpts = {
503503 initialSlide: 1 ,
504504 speed: 400
@@ -539,7 +539,7 @@ ion-slides {
539539var slides = document .querySelector (' ion-slides' );
540540
541541// Optional parameters to pass to the swiper instance.
542- // See http ://idangero.us /swiper/ api/ for valid options.
542+ // See https ://swiperjs.com /swiper- api for valid options.
543543slides .options = {
544544 initialSlide: 1 ,
545545 speed: 400
@@ -561,7 +561,7 @@ import React from 'react';
561561import { IonSlides , IonSlide , IonContent } from ' @ionic/react' ;
562562
563563// Optional parameters to pass to the swiper instance.
564- // See http ://idangero.us /swiper/ api/ for valid options.
564+ // See https ://swiperjs.com /swiper- api for valid options.
565565const slideOpts = {
566566 initialSlide: 1 ,
567567 speed: 400
@@ -603,7 +603,7 @@ import { Component, h } from '@stencil/core';
603603})
604604export class SlidesExample {
605605 // Optional parameters to pass to the swiper instance.
606- // See http ://idangero.us /swiper/ api/ for valid options.
606+ // See https ://swiperjs.com /swiper- api for valid options.
607607 private slideOpts = {
608608 initialSlide: 1 ,
609609 speed: 400
@@ -664,7 +664,7 @@ import { defineComponent } from 'vue';
664664export default defineComponent ({
665665 components: { IonSlides, IonSlide },
666666 setup () {
667- // Optional parameters to pass to the swiper instance. See http ://idangero.us /swiper/ api/ for valid options.
667+ // Optional parameters to pass to the swiper instance. See https ://swiperjs.com /swiper- api for valid options.
668668 const slideOpts = {
669669 initialSlide: 1 ,
670670 speed: 400
@@ -679,12 +679,12 @@ export default defineComponent({
679679
680680## Properties
681681
682- | Property | Attribute | Description | Type | Default |
683- | ----------- | ----------- | -------------------------------------------------------------------------------------------- | --------------- | ----------- |
684- | ` mode ` | ` mode ` | The mode determines which platform styles to use. | ` "ios" \| "md" ` | ` undefined ` |
685- | ` options ` | ` options ` | Options to pass to the swiper instance. See http ://idangero.us /swiper/ api/ for valid options | ` any ` | ` {} ` |
686- | ` pager ` | ` pager ` | If ` true ` , show the pagination. | ` boolean ` | ` false ` |
687- | ` scrollbar ` | ` scrollbar ` | If ` true ` , show the scrollbar. | ` boolean ` | ` false ` |
682+ | Property | Attribute | Description | Type | Default |
683+ | ----------- | ----------- | --------------------------------------------------------------------------------------------- | --------------- | ----------- |
684+ | ` mode ` | ` mode ` | The mode determines which platform styles to use. | ` "ios" \| "md" ` | ` undefined ` |
685+ | ` options ` | ` options ` | Options to pass to the swiper instance. See https ://swiperjs.com /swiper- api for valid options | ` any ` | ` {} ` |
686+ | ` pager ` | ` pager ` | If ` true ` , show the pagination. | ` boolean ` | ` false ` |
687+ | ` scrollbar ` | ` scrollbar ` | If ` true ` , show the scrollbar. | ` boolean ` | ` false ` |
688688
689689
690690## Events
@@ -735,7 +735,7 @@ Type: `Promise<number>`
735735
736736Get the Swiper instance.
737737Use this to access the full Swiper API.
738- See https://idangero.us /swiper/ api/ for all API options.
738+ See https://swiperjs.com /swiper- api for all API options.
739739
740740#### Returns
741741
0 commit comments