We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/searchspring-implementations/shonajoy.com.au/blob/652f3c88403a721096215bb66e32169690e0cd82/src/recommendations/carousel/Carousel.jsx#L212
example of implementations having to manually add the scrollbar div.
The text was updated successfully, but these errors were encountered:
I tested this the other week and as long as the module is provided and a minimal config the DOM elements are created without having to do so manually.
import { Scrollbar } from 'swiper/modules'; <Recommendation modules={[Scrollbar]} scrollbar={{ enabled: true }} controller={controller}> ... </Recommendation>
Sorry, something went wrong.
No branches or pull requests
https://github.com/searchspring-implementations/shonajoy.com.au/blob/652f3c88403a721096215bb66e32169690e0cd82/src/recommendations/carousel/Carousel.jsx#L212
example of implementations having to manually add the scrollbar div.
The text was updated successfully, but these errors were encountered: