astro-swiper 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -91,6 +91,35 @@ Please check the [online doc](https://pascal-brand38.github.io/astro-dev/package
|
|
|
91
91
|
|
|
92
92
|
Full code is provided.
|
|
93
93
|
|
|
94
|
+
You can also look at how others are using ```astro-swiper``` in public github repo:
|
|
95
|
+
* the famous astro template [astroplate](https://github.com/zeon-studio/astroplate) in the
|
|
96
|
+
[testominial section](https://zeon.studio/preview?project=astroplate)
|
|
97
|
+
(cf. ***What Users Are Saying About Astroplate***):
|
|
98
|
+
autoplay, pagination and breakpoints are used
|
|
99
|
+
* the popular astro template [pinwheel-astro](https://github.com/themefisher/pinwheel-astro)
|
|
100
|
+
is using ```astro-swiper``` in several places:
|
|
101
|
+
[testimonial section](https://pinwheel-astro.vercel.app/),
|
|
102
|
+
[signin](https://pinwheel-astro.vercel.app/signin),
|
|
103
|
+
[password reset](https://pinwheel-astro.vercel.app/password-reset) and
|
|
104
|
+
[signup](https://pinwheel-astro.vercel.app/signup) pages. Pagination and
|
|
105
|
+
breakpoints are used.
|
|
106
|
+
* the well-known astro template [hello-astro](https://github.com/hellotham/hello-astro)
|
|
107
|
+
uses swiper in the [carousel page](https://hellotham.github.io/hello-astro/carousel/)
|
|
108
|
+
as well as in [blog article](https://hellotham.github.io/hello-astro/blog/2022-08-19-sample-carousel/).
|
|
109
|
+
It makes use of navigation arrow, pagination and autoplay.
|
|
110
|
+
* [bigspring-light-astro](https://github.com/themefisher/bigspring-light-astro) astro theme is
|
|
111
|
+
also using ```astro-swiper``` in several places in the
|
|
112
|
+
[main page](https://tf-bigspring-light-astro.vercel.app/) with customized pagination.
|
|
113
|
+
* [Women Techmakers organized by GDG Madrid](https://github.com/wtmgdgmadrid/wtmgdgmadrid.github.io)
|
|
114
|
+
is using pagination and autoplay at different places in their
|
|
115
|
+
[page](http://wtmgdgmadrid.github.io/)
|
|
116
|
+
* [kando-menu](https://github.com/make-42/kando-menu.github.io) is using ```astro-swiper```
|
|
117
|
+
with pagination, card effect, and coverflow effect as displayed in [kando.menu](https://kando.menu/)
|
|
118
|
+
* [astroimagej](https://github.com/AstroImageJ/astroimagej) is using pagination with progress bar
|
|
119
|
+
* ... and many others such as
|
|
120
|
+
[Cinerama](https://github.com/RaiderMr3003/Cinerama) and
|
|
121
|
+
[pfm-landing-page](https://github.com/RichardAgain/pfm-landing-page)
|
|
122
|
+
using ```astro-swiper``` in the hero section
|
|
94
123
|
|
|
95
124
|
# Support astro-swiper
|
|
96
125
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astro-swiper",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Astro component for swiper, dedicated to slider / carousel / photo swiper / slide, including thumbnails",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"bugs": {
|
|
18
18
|
"url": "https://github.com/pascal-brand38/astro-swiper/issues"
|
|
19
19
|
},
|
|
20
|
-
"homepage": "https://
|
|
20
|
+
"homepage": "https://github.com/pascal-brand38/astro-swiper",
|
|
21
21
|
"exports": "./index.ts",
|
|
22
22
|
"files": [
|
|
23
23
|
"index.ts",
|