2.45.0 • Published 3 months ago

@vonage/vwc-tooltip v2.45.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

vwc-tooltip

A Tooltip is a page overlay that provides additional information about an interacted target. It's commonly shown on mouse hover or focus.
A tooltip displays non-interactive clarifying text related to a trigger element.

Note that touch screen devices do not share the same pointer input events and may fail to show anything.

Consider avoiding the use of tooltip as it may fail to produce the same UX for ALL users. if must, contemplate on practices such as aria-describedby to add alternative experience to users who aren't able to interact with a control in the same manner sighted users do.

Using the Tooltip right

the trigger

The tooltip can be placed on interactive controls (things that can be clicked or focusable) such as:

  • button
  • checkbox
  • input text

The tooltip can't be placed on non-interactive element such as paragraph or plain div.
Do not target non-interactive controls as a tooltip's anchor (such as non-focusable / disabled elements). The absence of user interaction will prevent the tooltip from showing up.

the tooltip

The tooltip is a description and therefor, the tooltip itself can not be interactive.
vwc-tooltip contain only text.

Accessibility

be sure to add aria-describedby="the vwc-tooltip ID name" on the tooltip trigger element for screen readers readability.

Properties

PropertyAttributeTypeDefault
texttextstring \| undefined
openopenbooleanfalse
anchoranchorstringtrigger popup ID
cornercornerstring"bottom"
stylesCSSResult"style"

CSS Custom Properties

PropertyDefaultDescription
--tooltip-inline-size240pxControls the tooltip width
2.45.0

3 months ago

2.43.0

10 months ago

2.43.2

9 months ago

2.44.0

8 months ago

2.43.1

10 months ago

2.42.0

11 months ago

2.41.0

11 months ago

2.39.1

1 year ago

2.39.0

1 year ago

2.37.2

1 year ago

2.38.0

1 year ago

2.40.0

1 year ago

2.36.3

1 year ago

2.36.2

1 year ago

2.37.0

1 year ago

2.36.0

2 years ago

2.36.1

2 years ago

2.35.0

2 years ago

2.34.1

2 years ago

2.32.0

2 years ago

2.31.0

2 years ago

2.34.0

2 years ago

2.33.1

2 years ago

2.33.0

2 years ago

2.29.0

2 years ago

2.28.1

2 years ago

2.28.0

2 years ago

2.28.2

2 years ago

2.30.2

2 years ago

2.30.1

2 years ago

2.30.3

2 years ago

2.30.0

2 years ago

2.27.1

2 years ago

2.27.0

2 years ago

2.26.0

2 years ago

2.25.10

2 years ago