novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
13 lines (12 loc) • 493 B
HTML
<span popover="Popover is on the right side and below the element. Can also apply 'top' to 'right' placement PopOvers."
popoverTitle="Right-Bottom PopOver"
popoverPlacement="right-bottom"
[popoverOnHover]="true">
RIGHT-BOTTOM
</span>
<span popover="Popover is on the left side and above the element. Can also apply 'bottom' to 'left' placement PopOvers."
popoverTitle="Left-Top PopOver"
popoverPlacement="left-top"
[popoverOnHover]="true">
LEFT-TOP
</span>