Add small overlays of content, like those on the iPad, to any element for housing secondary information.
<BsPopover>
component. For the full documentation please refer to the
API Docs. You might also
want to consult the official
Bootstrap Docs
for general information.
By default the popover will attach itself to the parent DOM element, but there are ways to customize this:
Use the focus trigger to dismiss popovers on the user’s next click of a different element than the toggle element.
<a>
tag, not the
<button>
tag, and you also must include a
tabindex
attribute.