Hover and focus tooltip
Explain an unfamiliar control without interrupting the workflow.
Hover, focus, or click the trigger
<Tooltip
id="help-tooltip"
title="Helpful information"
description="A polished default tooltip for a modern application."
content="Tooltips explain controls without interrupting the user.">
<div data-slot="trigger">
<button type="button" class="showcase-action">Hover or focus</button>
</div>
</Tooltip>