-
Hi, I want to add an Anchor component inside of a Tooltip. Is there a way I can do with via props or nesting that inside the Tooltip component? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi! It is not possible to add actions inside a tooltip. This is because tooltips are typically accessed only with hover or focus interaction. In these cases, it may be difficult to reach the action without dismissing the tooltip. If you would like to attach an action to a non-modal-dialog, we recommend the Popover component. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi!
It is not possible to add actions inside a tooltip. This is because tooltips are typically accessed only with hover or focus interaction. In these cases, it may be difficult to reach the action without dismissing the tooltip. If you would like to attach an action to a non-modal-dialog, we recommend the Popover component.