Skip to main content

Tooltip

shadow

Element Tooltip slúži na zobrazovanie vyskakovacej nápovedy pri nájazde myšou a je ho možné pripojiť k rôznym elementom webovej stránky. Je ľahko prispôsobiteľný pomocou atribútov pre obsah a umiestnenie. Tooltip sa zobrazí, keď používateľ prejde myšou nad cieľový element, a zmizne, keď myš element opustí.

Basic Usage

Atribúty a Vlastnosti

active

DescriptionIf true, the tooltip is activated.
Attributeactive
Typeboolean
Defaultfalse

content

DescriptionDefines the content of the tooltip.
Attributecontent
Typestring
Defaultundefined

placement

DescriptionDefines where to display the tooltip relative to the parent element.
Attributeplacement
Type"bottom" | "left" | "right" | "top"
Default'top'

offset

DescriptionDefines the distance of the tooltip from its parent element in pixels.
Attributeoffset
Typestring
Defaultundefined

Eventy

NameDescription
changeCalled when the element state changes.

Metódy

No public methods available for this component.

CSS Shadow Parts

NameDescription
nativeRefers to the div element inside the popup element.

CSS Custom Vlastnosti

NameDescription
--arrow-sizeSpecifies the size of the tooltip arrow.
--arrow-colorSpecifies the color of the tooltip arrow.

Sloty

No slots available for this component.