Components
← All components

Tooltip

stimeo--tooltip

A hover and focus hint: show and hide delays, survives the pointer moving onto it, Esc dismisses.

  • Core
  • Tooltip

A hint that appears on hover and on focus. Showing and hiding each have their own delay, so a cursor passing over never makes it flicker. Moving the pointer from the trigger onto the hint keeps it up, so its text can be read and selected. Esc dismisses it while it shows, including when hover opened it and focus sits somewhere else entirely. The hint never takes focus and holds nothing interactive. That satisfies WCAG 1.4.13: hoverable, dismissible, persistent. Placement here is this demo's CSS.

running

Keyboard

KeyAction
Esc Dismiss the visible tooltip (watched document-wide, regardless of focus).