Basic Tooltips

Hover over icon buttons to see descriptive labels.

Edit this itemDelete permanentlyDownload file

On Text Elements

Tooltips on abbreviations and technical terms.

CSSCascading Style SheetsHTMLHyperText Markup LanguageAPIApplication Programming Interface

Toolbar Pattern

Icon buttons with tooltips forming a text formatting toolbar.

BoldItalicUnderlineLink

Usage

<Tooltip text="Edit this item"> <Button variant="ghost"><Icon name="pencil" size="16" /></Button></Tooltip><Tooltip text="Cascading Style Sheets"> <span>CSS</span></Tooltip>

Props

PropTypeDefaultDescription
texttext""Tooltip label text
childrencontent-Trigger element (hovered to show tooltip)