Skip to content

Commit 14e72f3

Browse files
authored
chore(): swiper 6 note (ionic-team#2061)
1 parent 59687c5 commit 14e72f3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/angular/slides.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ We recommend <a href="http://swiperjs.com/" target="_blank" rel="noopener norefe
44

55
This guide will go over how to get Swiper for Angular set up in your Ionic Framework application. It will also go over any migration information you may need to move from `ion-slides` to the official Swiper Angular integration.
66

7+
> This guide is only for Swiper v6. A guide for Swiper v7 is coming soon!
8+
79
## Getting Started
810

911
To get started, install the Swiper dependency in your project:
1012

1113
```shell
12-
npm install swiper
14+
npm install swiper@6
1315
```
1416

1517
## Swiping with Style

docs/react/slides.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ We recommend <a href="http://swiperjs.com/" target="_blank" rel="noopener norefe
44

55
This guide will go over how to get Swiper for React set up in your Ionic Framework application. It will also go over any migration information you may need to move from `IonSlides` to the official Swiper React integration.
66

7+
> This guide is only for Swiper v6. A guide for Swiper v7 is coming soon!
8+
79
## Getting Started
810

911
To get started, install the Swiper dependency in your project:
1012

1113
```shell
12-
npm install swiper
14+
npm install swiper@6
1315
```
1416

1517
## Swiping with Style

docs/vue/slides.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ We recommend <a href="http://swiperjs.com/" target="_blank" rel="noopener norefe
44

55
This guide will go over how to get Swiper for Vue set up in your Ionic Framework application. It will also go over any migration information you may need to move from `ion-slides` to the official Swiper Vue integration.
66

7+
> This guide is only for Swiper v6. A guide for Swiper v7 is coming soon!
8+
79
## Getting Started
810

911
To get started, install the Swiper dependency in your project:
1012

1113
```shell
12-
npm install swiper
14+
npm install swiper@6
1315
```
1416

1517
### Typescript (optional)

0 commit comments

Comments
 (0)