Getting started
Components
aria-labelledby
aria-describedby
Trigger - The UI control users interact with to display tooltips - standard info-circle icon
Tip - The triangle piece that points to the trigger element.
Body - The container that houses the content of the tooltip.
Tooltips are triggered when the mouse hovers over or focuses on the UI trigger. The tooltip persists as long as the mouse remains over the active container or the UI trigger, or there is focus on the active container or UI trigger. The tooltip is dismissed by hovering away or moving focus to another element.
If interactive elements are needed, consider using a ToggleTip.