<nve-toggletip>
Properties
Enables updating internal string values for internationalization.
Determines if the component renders an arrow.
true
false
Indicates whether the user can dismiss or close the element.
true The element displays a close control and the user can dismiss it.
false The user cannot close the element and must dismiss it programmatically.
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
Events
Slots
default slot for toggletip content
CSS Properties
CSS Parts
The close icon button element
<nve-toggletip-header>
Slots
default slot for the toggletip header
<nve-toggletip-footer>
Slots
default slot for the toggletip footer