@ngx-bio-components/tooltip
import { BioTooltipModule } from '@ngx-bio-components/tooltip';
Directives
BioTooltip
Directive that attaches a bio tooltip to the host element. Animates the showing and hiding of a tooltip provided position (defaults to below the element).
Selectors: [bioTooltip]
<button bioTooltip="It's a Bio tooltip message"></button>
Name | Description |
---|---|
@Input()
|
tooltip message. |