Update Swiper to v8

Hello.
I use Framework7 (v6) in my app. Is It possible to upgrade swiper package from v6 to v8?

You could install Framework7 V6 using a custom build, and not include Swiper as a required component. Framework7 Custom Build | Framework7 Documentation

Then, install Swiper seperately

$ npm install swiper
1 Like

Thank you for your reply!