Components · Feedback

Tooltip

A Popper-anchored tooltip that shares one open-delay timer between mouse and keyboard triggers, portals its content, and wires aria-describedby onto the trigger only while visible.

Live in all three modes

Day · Night-NVG · Mono: one component, re-themed through the token layer.

Day
Night-NVG
Mono

Variants & states

  • side placement
  • open delay

Tokens used

  • --semantic-color-surface-card
  • --semantic-color-border-default
  • --semantic-color-text-primary
  • --semantic-elevation-3

Copy-paste

import { Tooltip } from 'operator-components';

<Tooltip content="Signal-to-noise ratio: 18dB" side="top">
  <button aria-label="Signal detail">SNR</button>
</Tooltip>

Figma: library link coming soon. Gated until it's on sole-owned footing. (TODO: replace with the Community/library URL once published.)