Flow Swiper
A Vaadin Flow wrapper around SwiperJS
Flow Swiper is an integration of the popular SwiperJS library with the Vaadin Platform. It allows developers to use Swiper's features in their Vaadin applications. As of right now there's some features missing, where I personally do not yet found solutions for (mostly in terms of getting properties from the web-component)
Links
Compatibility
1.0.1 | 1.1.0 | 1.1.1 | 1.2.0 | 1.3.0 | 1.3.1 | |
---|---|---|---|---|---|---|
(24.4) | ||||||
(24.3) | ||||||
(24.2) | ||||||
(24.1) | ||||||
24 | Y | Y | Y | Y | Y | Y |
(23) | ||||||
(22) | ||||||
(21) | ||||||
(20) | ||||||
(19) | ||||||
(18) | ||||||
(17) | ||||||
(16) | ||||||
(15) | ||||||
(14) | ||||||
(13) | ||||||
(12) | ||||||
(11) | ||||||
(10) | ||||||
(8.21) | ||||||
(8.20) | ||||||
(8.19) | ||||||
(8.18) | ||||||
(8.17) | ||||||
(8.16) | ||||||
(8.15) | ||||||
(8.14) | ||||||
(8.13) | ||||||
(8.12) | ||||||
(8.11) | ||||||
(8.10) | ||||||
(8.9) | ||||||
(8.8) | ||||||
(8.7) | ||||||
(8.6) | ||||||
(8.5) | ||||||
(8.4) | ||||||
(8.3) | ||||||
(8.2) | ||||||
(8.1) | ||||||
(8.0) | ||||||
(7.7) | ||||||
(7.6) | ||||||
(7.5) | ||||||
(7.4) | ||||||
(7.3) | ||||||
(7.2) | ||||||
(7.1) | ||||||
(7.0) | ||||||
(6.8) | ||||||
(6.7) | ||||||
(6.6) | ||||||
(6.5) | ||||||
(6.4) | ||||||
(6.3) | ||||||
(6.2) | ||||||
(6.1) | ||||||
(6.0) |
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Small bugfix for the helper script used in the library. You should no longer see an error while packaging your app.
- Released
- 2023-09-15
- Maturity
- EXPERIMENTAL
- License
- MIT License
Compatibility
- Framework
- Vaadin 24+
- Browser
- Firefox
- Google Chrome
- Microsoft Edge
Flow Swiper - Vaadin Add-on Directory
A Vaadin Flow wrapper around SwiperJSView on GitHub
Flow Swiper version 1.0.1
The initial release of this Wrapper
Flow Swiper version 1.1.0
Added new functions to add new slides to the Swiper including at a specific instance and at the beginning.
Flow Swiper version 1.1.1
Bugfixes related to adding new slides at specific indexes.
Flow Swiper version 1.2.0
- Bumps version to 1.2.0
- Keeps the current LanguageDirection state in a variable in the Swiper instance
- Updates the LanguageDirection state when calling Swiper#changeLanguageDirection
- Added a Getter for the LanguageDirection state in Swiper
Flow Swiper version 1.3.0
Added Zoom functionality
Flow Swiper version 1.3.1
Small bugfix for the helper script used in the library. You should no longer see an error while packaging your app.