Popover api

Overview
API
Theme
Examples

NbPopoverDirective

Inputs

NameTypeDescription
nbPopoverNbOverlayContent

Popover content which will be rendered in NbArrowedOverlayContainerComponent. Available content: template ref, component and any primitive.

nbPopoverContextObject

Container content context. Will be applied to the rendered component.

nbPopoverOffsetnumber

Sets popover offset

nbPopoverPlacementNbPosition

Position will be calculated relatively host element based on the position. Can be top, right, bottom, left, start or end.

nbPopoverTriggerNbTrigger

Describes when the container will be shown. Available options: click, hover, hint, focus and noop

nbPopoverAdjustmentNbAdjustment

Container position will be changes automatically based on this strategy if container can't fit view port. Set this property to noop value if you want to disable automatically adjustment. Available values: clockwise (default), counterclockwise, vertical, horizontal, noop.

Tag
Previous page
Context Menu
Next page

Need some help or found an issue?

Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.