Skip to main content

Module tooltip

Module tooltip 

Source

Structs§

TooltipProps
Tooltip — CSS-only via data-tooltip and optional data-side attributes. No separate container element needed — the tooltip wraps the trigger.
TooltipPropsBuilder

Enums§

TooltipSide
Tooltip side — maps to data-side attribute on the trigger element. Upstream basecoat implements tooltips purely via CSS using data-tooltip and data-side attributes — no JS controller needed.