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 prop to specify back button behavior #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lindboe
Copy link
Contributor

@lindboe lindboe commented Sep 14, 2021

Adds a prop that allows configuration of back button behavior. By default, it's still a no-op, but also allows either navigation to the previous step, or stopping the walkthrough all together.

This was especially helpful in my case, because the tutorial as designed did not use buttons (clicking the mask or the tooltip would advance the tutorial), so it's helpful for the back button to still behave as the user expects.

Part of a series of PRs for more flexible styling:

Adds a prop that allows configuration of back button behavior. By
default, it's still a no-op, but also allows either navigation to the
previous step, or stopping the walkthrough all together.
@naoyamakino
Copy link

+1

@mohebifar
Copy link
Owner

Hi @lindboe! Sorry for the overdue response. I see you've had a lot of valuable PRs. I recently refactored the code base and migrated it to TS and functional components. I was wondering if you are still willing to update and merge your PRs.

@lindboe
Copy link
Contributor Author

lindboe commented Mar 22, 2023

Hi @mohebifar! I'm not currently using this library so it's not very likely I'll get around to this soon

@mohebifar
Copy link
Owner

No worries. I can integrate these into the new code.

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.

3 participants