tooltip/api
A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.
Usage
Loading...
DEMO / Scenario
This example uses click-to-show and also reveal a technique of "de-coupling the tooltip composition from the context".
The context in this example is the icon; here, the entire tooltip component has no composition relationship with the icon (ie., <TooltipTrigger>doesn't need to wrap the icon)
Loading...