Mixin that enables popover functionality

Show:

container

String

Container for the popover, set to 'body' to prevent parent styling from modifying the popover


Default: 'body'

content

String

Content of the popover

placement

String

Placement of the popover (top, bottom, left, right, or auto) auto is a special placement which will appear top or bottom based on location on the screen


Default: 'top'

popoverTrigger

String

Trigger of the popover (hover, click, focus, or pinnable) pinnable is special behavior which supports both click and hover


Default: 'hover'

title

String

Title of the popover

toggle

String

This is the toggle type for the popover. In most cases it should remain 'popover'


Default: 'popover'