Tooltips
These tooltips are like bubbles but are a pure CSS solution. Hover over the below version badge.
v0.1.0
<span class="c-badge c-tooltip c-tooltip--right" aria-label="This is the current version of Blaze">v0.1.0</span>
Add c-tooltip
and --top
, --right
,
--left
or --bottom
modifiers to position the tooltip.
Use the aira-label
attribute for the text of the tooltip.