Tooltip Stable
With a Tooltip you can provide short additional information. It opens in a small layer when the user hovers or taps on the item that is attached with the Tooltip.
<uimc-tooltip content="">*</uimc-tooltip>| Attribute | Description | Values | Default |
|---|---|---|---|
| headline | Headline text of the tooltip | – | |
| content | Text of the tooltip | – |
| Slot | Slotted content |
|---|---|
| default | Wrapped content opens the tooltip on hover or tap |
Working sample
<uimc-tooltip headline="Tooltip adjustments" content="Tooltip title adjusts its direction automatically">Hover or tap here to open tooltip*</uimc-tooltip>