UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

6 lines (5 loc) 270 B
<span tooltip="I HAVE A TOOLTIP!" [tooltipActive]="tooltipActive"> <span *ngIf="tooltipActive">My tooltip can display!</span> <span *ngIf="!tooltipActive">My tooltip is disabled!</span> </span> <button theme="secondary" (click)="toggleTooltip()">Toggle</button>