react-swiper Questions
20
Solved
Swiper 7.0.5 swiper/css gives error Module not found: Can't resolve 'swiper/css'
import { Swiper, SwiperSlide } from 'swiper/react';
import 'swiper/css';
function Test() {
return (
<Swiper
sp...
Sail asked 12/9, 2021 at 18:33
2
Solved
I want to make my Swiper Slider Responsive in React.js I am using Swiper React Components and I am new to this. I have added same width in media queries in css and added same width to breakpoints o...
Corso asked 7/5, 2022 at 11:23
1
Solved
I'm using SwiperJS with React, and I'm trying to implement a layout where one slide is always positioned at the center of the screen, and a portion of the next slide fills up any remaining space to...
Ophir asked 9/1, 2022 at 9:7
2
Solved
I have a card game where the player selects a card from one deck to add to a second. Pushing the button on the active card will move it to the other deck and then make it active. The active deck sh...
Treachery asked 28/6, 2021 at 14:51
1
© 2022 - 2024 — McMap. All rights reserved.