DzinerHub

DzinerHub

Tooltip

A small label providing extra information.

Tooltip

A small label providing extra information.

In Feedback

What is a Tooltip?

A tooltip is a small label that appears when a user hovers over or clicks on an element, providing additional information or context about that element.

When to use Tooltip?

Tooltips are useful when you want to offer extra information about a feature or function without cluttering the interface. They are ideal for icons or buttons that may not be immediately clear to users.

When not to use Tooltip?

Avoid using tooltips for critical information that users need to interact with. If the information is essential for understanding or using a feature, it should be displayed directly on the interface instead of relying on a tooltip.

What is the anatomy of a Tooltip?

A tooltip typically consists of a small rectangular box containing text, which may include a title and description. It often has a slight delay before appearing, ensuring it does not disrupt the user's experience. Tooltips may also have an arrow pointing to the associated element for clarity.