Skip to content
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

Dots navigation to test #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Dots navigation to test #66

wants to merge 2 commits into from

Conversation

fbovo
Copy link

@fbovo fbovo commented Aug 16, 2021

Attempt to move forward this: #31

>
<ol
class="vs-carousel__dots"
:aria-label="i18n.paginationNavigation">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated > on the end of the line.

:key="index"
:aria-current="index -1 === currentPage"
@click="goToSlide(index - 1)"
>⬤</li>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep HTML entity for this kind of bullets, otherwise it might bring some cross-browser errors.

Comment on lines 15 to 25
.vs-carousel__dots {
list-style: none;
padding: 0;
text-align: center;

> li {
display: inline-block;
padding: .25em;
cursor: pointer;
}
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part should be move into ./dist/vue-snap.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants