Tooltip
CSS-only tooltips using the data-kit-tooltip attribute.
Basic usage
html
<button class="kit-button" data-kit-tooltip="This is a tooltip">Hover me</button>Positions
html
<button data-kit-tooltip="Top (default)">Top</button>
<button class="-bottom" data-kit-tooltip="Bottom tooltip">Bottom</button>
<button class="-left" data-kit-tooltip="Left tooltip">Left</button>
<button class="-right" data-kit-tooltip="Right tooltip">Right</button>