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

Add a convenient option for styling pagination #416

Open
Softgod4 opened this issue Nov 4, 2024 · 2 comments
Open

Add a convenient option for styling pagination #416

Softgod4 opened this issue Nov 4, 2024 · 2 comments
Labels

Comments

@Softgod4
Copy link

Softgod4 commented Nov 4, 2024

Is your feature request related to a problem? Please describe.
The problem is that you have to use :deep in pagination to style the slider

Describe the solution you'd like
add a paragraph about proper styling to the manual or add methods for styling pagination

Снимок экрана 2024-11-04 в 16 02 39
@ismail9k
Copy link
Owner

ismail9k commented Nov 5, 2024

There’s actually no need to use :deep to modify the styling of any carousel elements. The Vue3-Carousal library uses the BEM naming convention, which simplifies the process of customizing styles. You can easily override specific styles by targeting the relevant classes directly, ensuring consistent and scoped styling without needing special selectors.

@ismail9k
Copy link
Owner

ismail9k commented Nov 5, 2024

Please check this example on how to simply customise your carousel component

https://stackblitz.com/edit/vue3-carousel-example-basic-qzfh3q?file=src%2FApp.vue

@ismail9k ismail9k added the stale label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants