Tooltip
Also known as: Hover info, Info
Resources
Properties
Property | Values | Default |
---|---|---|
Position Variant | End | Bottom | Start | Top | Top |
Label Text | string | Label |
Has pointer Boolean | true | false | true |
When to use
To provide additional context or explanations for various elements without cluttering the UI.
When the information provided is supplementary and not critical for completing a task.
For essential or frequently accessed information, consider displaying the content inline.
If the content needs to be interacted with, as tooltips disappear when users move away their cursor.