Tooltip Component
Classes: .tooltip
, .tooltip-top
, .tooltip-bottom
, .tooltip-left
, .tooltip-right
, .tooltip-open
Features:
- Small popup tooltips for hints
- Positioning: top, bottom, left, right
- Show on hover/focus or programmatically
Example
Usage:
<button class="btn btn-primary tooltip" data-tooltip="Tooltip text!">Hover me</button>