Replies: 1 comment 2 replies
-
did you tried any of the sandboxes, specially those using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app with multiple screens and sub-screens (via React Router but also just via other conditional logic) and would like to show tour steps only when their associated component / DOM element is onscreen. Like, if step 3 is connected to
<div data=tour="Something">
then I'd like to be able to open the tour and simply have it not show if thatdiv
isn't present.I can think of various ways to wrap Reactour to make that happen but wondered if there's a best practice here. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions