TooltipContent
Overview
The content panel of a Tooltip, rendered in a portal with an arrow.
Theme entry: TooltipContent
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | import('vue').HTMLAttributes['class'] | undefined | Additional CSS classes to apply to the root element. | |
| sideOffset | number | 4 | The distance in pixels from the trigger. | |
| side | string | undefined | The side of the trigger to show the tooltip on. | |
| align | string | undefined | The alignment of the tooltip relative to the trigger. | |
| forceMount | boolean | undefined | Whether to force mount the content. | |
| ariaLabel | string | undefined | Whether to show the arrow. |
Slots
default
Slot.
Events
| Name | Description |
|---|---|
escapeKeyDown | Emitted when the Escape key is pressed. |
pointerDownOutside | Emitted when a pointer-down event occurs outside the content. |
Source
client/lib/shell/tooltip/TooltipContent.vue