Getting Started
Foundations
Components
Search for a command to run...
Tooltips provide contextual information about UI elements without cluttering the interface. They appear on hover or focus and disappear when the user moves away. Tooltips are ideal for explaining icon buttons, providing additional context for truncated text, or offering helpful hints about functionality.
Built on top of Radix UI's Tooltip primitive with full keyboard navigation, focus management, and accessibility support including proper ARIA attributes.
import { Tooltip } from "@strongtie/design-system/tooltip"This module exports the following components:
TooltipTooltipTriggerTooltipContentTooltipProviderAll components extend Radix UI primitives. See the Radix UI documentation for all available props.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
Other CSS classes used by this component:
tooltipThis component inherits accessibility features from Radix UI, including: