Hide next button #1082
Closed
davidshumway
started this conversation in
General
Replies: 1 comment
-
Hey @davidshumway If you need additional customization, you can use a custom tooltip component. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are props for hiding the skip button and back button, but is not a prop to hide the next button. As an example scenario, assume that you want the user to click on an item, such as a menu, in order to continue the tour. Assume you want to force the user to do so, that is, the user cannot skip by using the next button. But you also want to still show the back button.
A workaround is to use styles and hide the next button:
Beta Was this translation helpful? Give feedback.
All reactions