Tooltip api
NbTooltipDirective
Inputs
| Name | Type | Description |
| nbTooltip | string | Tooltip message |
| nbTooltipOffset | number | Determines tooltip overlay offset (in pixels). |
| nbTooltipPlacement | NbPosition | Position will be calculated relatively host element based on the position. Can be top, right, bottom, left, start or end. |
| nbTooltipTrigger | NbTrigger | Describes when the container will be shown.
Available options: |
| nbTooltipAdjustment | NbAdjustment | Container position will change automatically based on this strategy if container can't fit view port.
Set this property to |
| nbTooltipIcon | Accepts icon name or icon config object | |
| nbTooltipStatus | NbComponentOrCustomStatus |
NbTooltipComponent
Inputs
| Name | Type | Description |
| position | NbPosition | Popover position relatively host element. |
Methods
| Name | Description |
| renderContent() | returns: voidThe method is empty since we don't need to do anything additionally
render is handled by change detection |
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.
