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

Adding the ability to define hash values for each card within swipe-card #68

Open
TinyShark opened this issue Jan 24, 2023 · 0 comments

Comments

@TinyShark
Copy link

The Swiper API has hash navigation built in and it can be enabled with the following config parameters on swipe-card:

type: custom:swipe-card
parameters:
  slidesPerView: auto
  hashNavigation:
    watchState: true

This works as it should if I manually add data-hash="[my-hash-value]" to the class of the desired slide through chrome dev tools:

Screenshot 2023-01-24 at 10 45 36

and then use javascript to set the hash: window.location.hash = 'testhash'; Swipe card transitions to that specific slide.

Would it be possible to add an option/field to define a hash value per card?

for eg:

type: custom:swipe-card
parameters:
  slidesPerView: auto
  hashNavigation:
    watchState: true
cards:
  - type: vertical-stack
    hash: my-hash-value

thanks!

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

1 participant