Open RilDev opened 4 years ago
I found the same thing as you and made a pull request today.
Thank you @ywroh!
Thanks it works, but I think navigation functionalities are broken (prev, next button actions and autplay)
Not only do the navigation functionalities are broken, but the .scss file won't work either. Please fix this.
any updates with navigation and progress functionalities?
i just downgrade Swiper to version 5.4 and its work well with React ID Swiper version 4. Seeing in example codesanbox, it still use Swiper version 5.4 with React ID Swiper ver4 Codesanbox Autoplay
Hi, I tried to
import
thecss
style as per the "Get Started" documentation https://react-id-swiper.ashernguyen.site/doc/get-startedIn the "Stylesheet" section there is the following snippet to import the Swiper stylesheet:
But I got a
Module not found: Can't resolve 'swiper/swiper.css'
So I looked into the package and imported the style like this:
It now works for me.
Did I do something wrong or should the docs be updated?