You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to render custom navigation arrows in react. Problem is, that classNames like disabled are not passed to the components. I tried setting, the navigation.nextEl to a valid css selector, as well as to a react Component.
Expected Behavior
There are swiper options for renderBullet, renderFraction, ... that accept classnames in a function. We would need one for renderNavigation as well.
The text was updated successfully, but these errors were encountered:
There is no anything related to rendering navigation. Just pass valid CSS selectors to navigation.nextEl and navigation.prevEl and put corresponding elements inside of the Swiper
This is a (multiple allowed):
bug
enhancement
feature-discussion (RFC)
Swiper Version: 6.3.5
What you did
I tried to render custom navigation arrows in react. Problem is, that classNames like disabled are not passed to the components. I tried setting, the
navigation.nextEl
to a valid css selector, as well as to a react Component.Expected Behavior
There are swiper options for
renderBullet
,renderFraction
, ... that accept classnames in a function. We would need one forrenderNavigation
as well.The text was updated successfully, but these errors were encountered: