Multiple steps in the same tooltip wrapper #834
-
I'm currently looking at a tours implementation similar to the one in this example: https://dribbble.com/shots/5823278-Onboarding-Tour I tried to implement this by using a custom tooltip component that contains a dialog box with header/content/footer areas as outlined in the CustomComponent example (https://github.com/gilbarbara/react-joyride-demo/blob/main/src/CustomComponents/index.tsx#L299). I have not found any documentation around this being possible at all, so I want to check if I'm overlooking anything. I found the Any ideas are greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @caiaga I've never tried to have this configuration with Joyride, but the re-render you mentioned would happen since each step would render for different parts of the page. |
Beta Was this translation helpful? Give feedback.
Hey @caiaga
I've never tried to have this configuration with Joyride, but the re-render you mentioned would happen since each step would render for different parts of the page.
I think a simple carousel in a modal would be more suitable for your case.