Tooltip

Tooltip directive provides advisory information for a component. Tooltip is integrated within various PrimeNG components.

Position of the tooltip is specified using tooltipPosition attribute. Valid values are top, bottom, right and left. Default position of the tooltip is right.

Position of the tooltip is specified using tooltipPosition attribute. Valid values are top, bottom, right and left. Default position of the tooltip is right.

position-demo

Tooltip gets displayed on hover event of its target by default, other option is the focus event to display and blur to hide.

event-demo

Tooltip is hidden when mouse leaves the target element, in cases where tooltip needs to be interacted with, set autoHide to false to change the default behavior.

auto-hide-demo

Adding delays to the show and hide events are defined with showDelay and hideDelay options respectively.

delay-demo

Tooltip can use either a string or a TemplateRef.

custom-demo

Tooltip is also configurable by using tooltipOptions property.

options-demo

Screen Reader

Tooltip component uses tooltip role and when it becomes visible the generated id of the tooltip is defined as the aria-describedby of the target.

Keyboard Support

KeyFunction
escapeCloses the tooltip when focus is on the target.
ON THIS PAGE
Figma UI Kit
The official Figma UI Kit for Prime UI libraries, the essential resource for designing with PrimeOne components.
Learn More