Tooltip
Add informational tooltips with Radix UI in Webstudio.
Last updated
Was this helpful?
Add informational tooltips with Radix UI in Webstudio.
Based on Radix Tooltip
The Tooltip component displays informational text when a user hovers over or focuses on an element. Tooltips provide helpful hints without cluttering the interface.
Use Tooltip for:
Explaining icon-only buttons
Providing additional context for form fields
Showing keyboard shortcuts
Displaying truncated text in full
Any brief, non-interactive hint
The Tooltip component consists of:
Tooltip
The root component that manages show/hide state
Tooltip Trigger
The element that shows the tooltip on hover/focus
Tooltip Content
The floating text that appears
Drag a Tooltip component from Components > Radix onto your canvas
Place your trigger element (like a button) inside Tooltip Trigger
Edit the text inside Tooltip Content
Style the tooltip content to match your design
Some commonly used properties (see the Settings panel for all available options):
open
Force the tooltip open for styling on the canvas
delayDuration
Delay in milliseconds before showing (default: 700ms)
disableHoverableContent
Prevents tooltip from staying open when hovering its content
side
Preferred side: top, right, bottom, or left
sideOffset
Distance in pixels from the trigger (default: 4px)
align
Alignment: start, center, or end
alignOffset
Offset from the alignment position
Last updated
Was this helpful?
Was this helpful?
