Tooltip
‹ BackTippy
Tooltips are provided by the Tippy library.
We have a light wrapper for Ornament that allows tooltips via the data-tooltip
attribute:
This is my anchor
<span class="tooltip" data-tooltip title="This is my tooltip">This is my anchor</span>