Confused on what is the point of the Tooltip.Portal
#2649
-
I have been looking at creating a new Tooltip for an internal library using Radix. I first took a look at the docs on the Tooltip and noticed that on many of the examples the In that case what is the point of having it? I also see that This is all the documentation says:
I am struggling to understand what that means. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok I see. It just moves the content out to the bottom of the |
Beta Was this translation helpful? Give feedback.
Ok I see. It just moves the content out to the bottom of the
body
or whatever element you specify on the portal'scontainer
prop. It is not a neccessarry prop to use.How is that
Portal
different forModal
,Tooltip
,Popover
etc. I still do not understand.