/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/tooltip/tooltip-message/tooltip-message-example.html
10 строк
313 B
Kristiyan Kostadinov
refactor(multiple): switch button selectors
14 мар 2025, 09:04
14 мар 2025, 09:04
103ac7c
Код
Авторство
О чём код?
<mat-form-field class="example-user-input"> <mat-label>Tooltip message</mat-label> <input matInput [formControl]="message"> </mat-form-field> <button matButton="elevated" [matTooltip]="message.value || ''" aria-label="Button that displays a tooltip with a custom message"> Action </button>