Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,15 +0,0 @@
1
-/**
2
- * Swiper React 6.5.0
3
- * Most modern mobile touch slider and framework with hardware accelerated transitions
4
- * https://swiperjs.com
5
- *
6
- * Copyright 2014-2021 Vladimir Kharlampidi
7
- *
8
- * Released under the MIT License
9
- *
10
- * Released on: March 5, 2021
11
- */
12
-
13
-import { Swiper } from './esm/react/swiper';
14
-import { SwiperSlide } from './esm/react/swiper-slide';
15
-export { Swiper, SwiperSlide };
Browse code

swiper.js version 6.5.0

Benjamin Roth authored on14/03/2021 15:29:46
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+/**
2
+ * Swiper React 6.5.0
3
+ * Most modern mobile touch slider and framework with hardware accelerated transitions
4
+ * https://swiperjs.com
5
+ *
6
+ * Copyright 2014-2021 Vladimir Kharlampidi
7
+ *
8
+ * Released under the MIT License
9
+ *
10
+ * Released on: March 5, 2021
11
+ */
12
+
13
+import { Swiper } from './esm/react/swiper';
14
+import { SwiperSlide } from './esm/react/swiper-slide';
15
+export { Swiper, SwiperSlide };