The sizing of the tooltip is determined by the sizing of the children and the parent component, so children
should be given explicit sizes (especially a width or min-width). The className or style props on the tooltip
subcomponents (<Tooltip.Header>, <Tooltip.Body>, and <Tooltip.Footer>) can be used to help with this.
Container for a <Tooltip> that provides relative positioning for the <Tooltip> and opening/closing on hover.
Hoverable content should be wrapped in a <Tooltip.Container> and a <Tooltip> should be a child (not general
descendant of the container).
Wraps useToggle and renames return values for convenience.
OptionalinitialValue: TypeOrFunction<boolean>
For showing information on a parent component on hover or controlled manually. Displays content in a tooltip-style pop-up. Should be used with
<Tooltip.Header>,<Tooltip.Body>, and<Tooltip.Footer>subcomponents for content layout.