Phase 9b · Tier A

RN-universal Tooltip pilot

Scaffolded

Anchored hint popup. Same anchored-positioning as Popover, but the trigger reacts to hover/focus on web (onHoverIn / onHoverOut) and to long-press on native. v1 has no arrow and no shared-group delay coalescing.

Side-by-side: hover / focus

shadcn (Radix)
RN

On a touch device, tap-and-hold the RN trigger to show the tooltip; tap anywhere to dismiss.

Side variants

Semantics

AspectshadcnRNNotes
ProviderTooltipProvider (delay)RnTooltipProvider (no-op v1)Per-tooltip delayDuration prop
Trigger eventspointerenter / focusonHoverIn / onFocusPlus onLongPress on touch
Dismisspointerleave / blur / esconHoverOut / onBlur / pressTap content to dismiss on touch
ArrowYesNo (v1)Could ship in 0.2.x
delayDurationProvider default 0Per-tooltip prop (default 200ms)Coalesced delay groups not in v1
ARIArole="tooltip"role="tooltip"aria-describedby on trigger