<nve-tooltip>
Properties
Communicates the intent and semantic meaning of an element to help users understand the outcome of their actions.
muted
Determines the alignment of the popover relative to the provided anchor element.
start Aligns the popover to the beginning edge of the anchor for left or top alignment.
end Aligns the popover to the ending edge of the anchor for right or bottom alignment.
center Centers the popover along the anchor's edge for balanced positioning.
Determines the position of an element along both inline and block axis. MDN
center Centers the popover directly over the anchor element.
top Positions the popover above the anchor element.
bottom Positions the popover below the anchor element.
left Positions the popover to the left side of the anchor element.
right Positions the popover to the right side of the anchor element.
Provides the element that the popover should position relative to. Anchor can accept a idref string within the same render root or a HTMLElement DOM reference.
Use the popover API instead.
The trigger defines what element triggers an open interaction event.
A trigger can accept a idref string within the same render root or a HTMLElement DOM reference.
Use the popover API instead. Determines if popover visibility behavior should be automatically controlled by the trigger.
boolean
Use interest-delay-start css property instead
number
0 Keyboard focus interactions (always immediate for accessibility).
500 Dense interfaces with many tooltips to reduce visual noise and prevent accidental triggers.
Events
Slots
default content slot