How can I move the pagination element outside? #7765
Unanswered
mikydeveloper
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Swiper Element (WebComponent) in my angular aplication
<swiper-container [pagination]="true" autoplay="true">
I have the Swiper container in a component, and what I want to do is move the pagination element, which is generated by setting
[pagination]='true'
, to the parent component so that I can position and manipulate it from there to change the position of the dots. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions