Tooltip Component

Classes: .tooltip

Attributes: data-tooltip - The tooltip text to display

Features:

Example

Usage:

<button class="btn btn-primary tooltip" data-tooltip="Tooltip text!">Hover me</button>