-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #4705. Install modules in SvelteKit #4768
Fix #4705. Install modules in SvelteKit #4768
Conversation
…lem with installing additional Swiper models when used in SvelteKit. Fix nolimits4web#4767
Am I missing something here? Updated to 6.8.0 and couldn't make it work. |
Please look at the pull request and the changes made to the code. I added a new property for the component |
Oh, now I get it. Thanks, Slava! 🤝 |
@hmaesta also check the updated docs https://swiperjs.com/svelte#using-with-svelte-kit , it has information about new |
hi 👋, im new here and i wanna learn 🧠, why this works: https://codesandbox.io/s/h91ee |
@ProbeConstructor: I would like to know that too. @Slava: which new component was added? I haven't worked with the codesandbox enough yet. I am not clear where to find the pull request and what was really changed with it. Are the changes now part of swiperjs for sveltekit? Or in other words, how do I currently get swiper to work with sveltekit? |
@ProbeConstructor @mweissen |
A Codesandbox for anyone looking for SvelteKit + Swiper 7: |
Add a new "modules" property to the Svelte component. To solve the problem with installing additional Swiper modules when used in SvelteKit.
Fix #4705