Tooltip
Floating labels that briefly explain the function of a user interface element. They can be triggered when merchants hover or focus.
Was this section helpful?
Code
<s-tooltip id="bold-tooltip">Bold</s-tooltip>
<s-button interestFor="bold-tooltip" accessibilityLabel="Bold">B</s-button>
Examples
Code
Default
<s-tooltip id="bold-tooltip">Bold</s-tooltip> <s-button interestFor="bold-tooltip" accessibilityLabel="Bold">B</s-button>