Tooltip api

Overview
API
Theme
Examples

NbTooltipDirective

Inputs

NameTypeDescription
nbTooltipstring

Tooltip message

nbTooltipOffsetnumber

Determines tooltip overlay offset (in pixels).

nbTooltipPlacementNbPosition

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

nbTooltipTriggerNbTrigger

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

nbTooltipAdjustmentNbAdjustment

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

nbTooltipIcon

Accepts icon name or icon config object

nbTooltipStatusNbComponentOrCustomStatus

NbTooltipComponent

Inputs

NameTypeDescription
positionNbPosition

Popover position relatively host element.

Methods

NameDescription
renderContent()
returns:void

The method is empty since we don't need to do anything additionally render is handled by change detection

Toastr
Previous page
Window
Next page

Need some help or found an issue?

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