How do I implement "Go to selected step"? #623
-
How do I implement "Go to selected step" from the init screen by selecting the step number? |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
Dec 29, 2020
Replies: 1 comment
-
hey @sanadianpking You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @sanadianpking
You can use the
stepIndex
prop to control the tour. Check the controlled demo for a detailed example.