CodeAI

Icon Tooltip

Not in Production

Info-style icon that is purely a Tooltip affordance — no button chrome (fill/border/press scale), just a focusable glyph. Messaging trigger for a specific help use case.

Appearance

Content

Accessibility

Props — IconTooltip
View MUI docs
PropTypeDescription
titleReactNodeBrief contextual text shown in the tooltip bubble.
iconNameFaIconName | stringFA icon rendered as the trigger affordance.
color"primary" | "secondary" | "tertiary"primary → brand; secondary → neutral-primary; tertiary → neutral-quaternary.
size"large" | "medium" | "small" | "extraSmall"Glyph size on the shared control size scale.
placement"bottom-start" | "bottom" | "bottom-end" | "top-start" | "top" | "top-end" | "left-start" | "left" | "left-end" | "right-start" | "right" | "right-end"MUI placement, passed through to Tooltip.
hasCaretbooleanShow the pointing caret.
aria-labelstringAccessible trigger name. Falls back to title when title is a plain string.