A web component for tooltips. Hover over elements to see the tooltip.
Tooltips can be positioned on any side of the target element.
Tooltips can be triggered by click instead of hover.
Use the open attribute or show()/hide() methods.
Tooltips can be disabled.
Tooltips work on any element, including inline text.
Control the distance from the target and lateral offset.
Customize appearance with CSS custom properties.
Tooltips can have a delay before showing up (in milliseconds).
Tooltips automatically wrap long content.