Custom Components' imports not wroking #964
-
While using the library I came across a request to modify some UI elements in the tooltip component, I read the docs and found: https://docs.react-joyride.com/custom-components#tooltipcomponent I added the sample code to my own just to make it work and start my requirement from there. Somehow I cannot find where the components: TooltipBody, TooltipTitle, TooltipContent, and others are from the example code are. I searched Joyride's code globally with Command + Shift + F and couldn't find any of them... I think I'm missing something I guess. ˆˆ'' please help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @obeduri You'd need to create those components yourself. That's the point of customization. If you want to use the default layout, don't set the |
Beta Was this translation helpful? Give feedback.
Hey @obeduri
You'd need to create those components yourself. That's the point of customization.
If you want to use the default layout, don't set the
tooltipComponent
prop.