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

Slot for navigation (bullets) #52

Open
josegus opened this issue Sep 14, 2020 · 1 comment
Open

Slot for navigation (bullets) #52

josegus opened this issue Sep 14, 2020 · 1 comment

Comments

@josegus
Copy link

josegus commented Sep 14, 2020

Docs need to be improved, inspecting the component with devtools shows a "bullet" prop for VueGlide, but docs says nothing about this prop.

A slot for bullet navigation needs to be added.

@CodeNameNinja
Copy link

I agree, I had to

<ul class="dots d-block d-md-none"> <li v-for="(product, index) in products" :class="{ active: index === active }" @click="jump(index)" :key="index" ></li> </ul>

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

No branches or pull requests

2 participants