Overview
A Tooltip is a thin contextual hint anchored to an icon. Use it to explain a non-obvious field label, surface a regulatory disclaimer next to a control, or expand on an acronym without taking screen space. The icon is configurable from the theme, the trigger is hover or focus, and the overlay positions itself automatically to stay on screen. The Tooltip is allowed inside any container component (Card, Container, Collection) as well as inside chat layouts and process screens.Properties
Process data binding
To drive Tooltip content from process data, bind Tooltip Text to a process data key:"Your IBAN is shown as it appears on your bank statement.".
See Dynamic and computed values for the full expression syntax.
Theme configuration
Defaults from the platform theme:
To override globally, edit Theme → Components → Tooltip in the Designer.
Related resources
UI Designer overview
Compose screens in the UI Designer.
Conditional styling
Apply dynamic styles to UI components.

