python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Attempted import error: 'useSwiper' is not exported from 'swiper/react/swiper-react'
I am using SwiperJS in Next.js and trying to set up custom navigation. I want to use the useSwiper hook as explained in the docs (https://swiperjs.com/react#use-swiper) but the import is not working.
...
zns_
Votes: 0
Answers: 0
Swiper in slot attributes are deprecated- eslint-plugin-vue
I try to solve navigation swiper in vue, and I found this article to solve it. However, there's a problem with slot, I know that vue3 has v-slot to replace this function, but I don't know how to write...
Turtlecode
Votes: 0
Answers: 0
swiper js dosn't work with next.js v 12.1.4?
my slider component does not recognize the swipe and click on the swiper and any action dosn't work on them.I don't know what is the problem here.
here is my package.json:
"dependencies": ...
maryam babrian
Votes: 0
Answers: 1
Change Text base on the Active Image on Swiper Slider
I am going to change the H2 value base on the active image of the swiper slider and swiper plugins already imported. I have two state which is the title, setTitle and description, setDescription.
but ...
Dave Dev
Votes: 0
Answers: 2