nuxt-swiper
nuxt-swiper copied to clipboard
Swiper.js for Nuxt
Hello :) Thanks your nuxt-swiper :) The style is applied even if the swiper component is not mounted. Can I apply the style only when it is mounted?
so I checked network tab to see if everything swiper needs is being loaded and I **found out some times in some pages of mine swiper.css won't be loaded in...
Dear Sir, I'm a newbie. Do you have any example for use SwiperThumbs ? I'm stuck on it. Please anyone help me Thank you
Hey guys so the problem is that swiper initialize before I define breakpoints so swiper is not receive them. How can I solve it? ``` CONTENT import axios from 'axios';...
I've used this module but in firefox it doesn't calculate width of each slider correctly! it's okay in Chrome,Opera & Microsoft Edge but not in firefox.
I'm trying to get the components provided by `nuxt-swiper` working in a Storybook context. However, there is nothing exported from the package that allows for the components to be resolved....
When I use swipper in my Nuxt3 project I got the error in the above How Could I fix It?
Long time i used swiper. Now in nuxt it's definitely changed. May you share some video tutorial how to use it in Nuxt? I found that no information about it,...
## Update 11-29-2023 Please test and try out the new swiper element release. > [!NOTE] > This is still a work in progress as the api and helper compostables might...
I'm trying use SwiperEffectCoverflow module, but there is no effect. ``` {{day}} ``` It's because: swiperSlideOffset: NaN in slides.... in file effect-coverflow.mjs in loop: for (let i = 0, length...