-
Notifications
You must be signed in to change notification settings - Fork 842
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
[EuiTour] Built-in 'Next' button #5715
Comments
Security Solution is interested in this as well. We'd like to have some built-in previous/next buttons in the tour steps that would allow the user to navigate between the steps. So far we had to add our custom buttons to the content of every step: elastic/kibana#128405 |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
I think this would still be a valuable addition 👍 |
It was fixed by #6384. We just added support to pass an array of buttons to |
Would it be possible to have default
Next
behaviour added to the bottom of the tour steps? Right now I have to pass a custom footer action to each step except the final one, which is a bit clunky - I understand that, in the examples included in the documentation, the tour steps progress via actions such as copy pasting and clicking other buttons rather than clickingNext
; however, I think that aNext
button would, at the very least, be a common use case worth considering. Here is an example of what we had in our original tour for what was considered the 'default'footerAction
:Which rendered to this:
Originally posted by @Heenawter in #5696 (comment)
The text was updated successfully, but these errors were encountered: