@ngx-bio-components/tooltip
v0.0.1
Published
```typescript import { BioTooltipModule } from '@ngx-bio-components/tooltip'; ```
Downloads
1
Maintainers
Readme
@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>