Skip to content

Tooltip

stable

Contextual tooltip with Radix positioning

OverlaysInteractive/Storybook ↗
import { Tooltip } from "@nodus/design-system"
Loading demo…

Props

contentrequired
Type ReactNodeDefault

Tooltip text or content

side
Type "top" | "bottom" | "left" | "right"Default "top"

Tooltip placement

delayDuration
Type numberDefault 200

Hover delay in milliseconds

Metadatasemantictypebordersurface
MobileWorks As-Is

Tooltips do not trigger on touch devices — hover is unavailable on mobile. Move critical guidance from tooltips to inline labels or info icons that open a popover on tap.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?