Learn about the Tooltip component for use in UI extensions.
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.
Prop | Type | Description |
---|---|---|
placement | 'top' (default) | 'bottom' | 'left' | 'right' | The position where the tooltip will be displayed, relative to the parent UI component. |
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.