Popovers are used to provide additional information on elements where a simple tooltip is not sufficient.
Default markup
To create a default popover use:
Four directions
Four options are available: top
, right
, bottom
, and left
aligned. Directions are mirrored when using Bootstrap in RTL.
Popover on hover
Popover can be triggered manual
, with a click
and on focus
and on hover
. This one reacts on hover.