0.0.1 • Published 1 year ago

@ngx-bio-components/tooltip v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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>