Skip to main content
The Tooltip component renders a tooltip when hovering over other UI components to provide users with additional context. This component can be inserted via the overlay prop in Button, Image, Link, LoadingButton, and Tag components.
Example of the Tooltip component

Props

Placement

Using the placement prop, you can set where the tooltip will appear relative to the parent UI component (default is top). Below is an example of each placement value.
An example tooltip on an Image
component

An example tooltip on a Link component

An example tooltip on a LoadingButton component

An example tooltip on a Tag component
Last modified on March 29, 2026