Popovers are used to provide additional information on elements where a simple tooltip is not sufficient.
To create a default popover you should use Popover
component after your target element
like this:
Popover supports these directions:
You can place any components inside popovers:
Popover can be triggered manual, with a click and on focus and on hover. This one reacts on hover.