Tooltips

A component that appears on hover which provides additional contextual help or information.

 

Component checklist

Status

The status of the component

Ready for use!

Figma component

A link to the Figma library where the component lives.

Repository

A link to the repo where the component lives.

Usage


Use proper loading circles

Do
Icon-only button showing a tooltip on hover.

Tooltips can provide a clear explanation of the action of an icon button when interacted with.

Don't
Icon-only button without a tooltip.

Icon buttons do not feature labels and may not be easily identifiable without an accompanying tooltip.

 

Be concise with text content

Do
Button with a short and concise tooltip.

Tooltips should be clear, informative and concise in their label descriptions.

Don't
Button with a long, detailed tooltip.

Avoid tooltips that surpass 3-4 lines; if the label contains important information, it should not be hidden.

 

Keep tooltips contextual and not actionable

Do
Button with a tooltip that dissapears on its own.

Tooltips are informative; they should appear on hover and disappear immediately once no longer hovering.

Don't
Button with a tooltip that reauires a dismiss action.

Avoid tooltips with any actions.

 

When to use Tooltips vs Popovers

Do
Icon button with toolitp.

Icon buttons, for example, benefit from the use of a tooltip for added context.

Don't
Icon button with a dismissable popover.

Persistent context is not required, and therefore, a popover is not needed.