Tooltips
Tooltip Types
Tooltips can be added to nearly any element with various options.
- Triggers: hover, click, focus, static
- Placement: top, right, bottom, left
- Content: (text string only)
- Color: Same as button colors (see Buttons Docs)
Buttons
data-toggle="tooltip" data-trigger="hover" data-placement="top" data-content="Content"
<button type="button" data-toggle="tooltip" data-trigger="hover" data-placement="top" data-content="Content to be found inside tooltip. Lorem Ipsum text tip.">Top</button>
Buttons w/ tip colors
Click to Show
Inputs with Focus
Inputs with Persistent Tip