-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
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
refactor: explode ui/swiper into compossible parts #13931
Conversation
wrapping Swiper with SwiperContainer
in lieu of ui/swiper
migrates global.css styling into component
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wackerow this is a great refactor. Thanks for doing it. Liked that we have the styles closer to the components.
Left IMO a comment with an improvement, feel free to disagree and merge.
SwiperSlide imported from library and exported unchanged for convenience
Swiper React manipulates DOM limiting ability to allow Swiper elements to sit in-flow with the custom placement of a SwiperNavigation component (this component will be forced to the end of a `swiper-wrapper` element. Known limitation of Swiper React that this wrapper cannot be manipulated with `wrapperClass`. Alternatively, navigationPlacement variants added to at least enable positioning at bottom and top (default bottom)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done @wackerow, merging 👍🏼
Description
absolute
positioning, with responsive width