UNPKG

ipsos-components

Version:

Material Design components for Angular

14 lines (13 loc) 563 B
<div class="example-tooltip-host" matTooltip="Tooltip!" [matTooltipPosition]="position"> <span>Show tooltip</span> <mat-form-field> <mat-select class="example-select" [(ngModel)]="position"> <mat-option value="before">Before</mat-option> <mat-option value="after">After</mat-option> <mat-option value="above">Above</mat-option> <mat-option value="below">Below</mat-option> <mat-option value="left">Left</mat-option> <mat-option value="right">Right</mat-option> </mat-select> </mat-form-field> </div>