/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/core/ripple-overview/ripple-overview-example.html
22 строки
856 B
Michael Small
docs: convert list/pag/progb/progs/rad/rip/elev to signals (#33497)
07 июл 2026, 14:43
Не верифицирован
07 июл 2026, 14:43
8205e24
Код
Авторство
О чём код?
<mat-checkbox [(ngModel)]="centered" class="example-ripple-checkbox">Centered</mat-checkbox> <mat-checkbox [(ngModel)]="disabled" class="example-ripple-checkbox">Disabled</mat-checkbox> <mat-checkbox [(ngModel)]="unbounded" class="example-ripple-checkbox">Unbounded</mat-checkbox> <mat-form-field class="example-ripple-form-field"> <mat-label>Radius</mat-label> <input matInput [(ngModel)]="radius" type="number"> </mat-form-field> <mat-form-field class="example-ripple-form-field"> <mat-label>Color</mat-label> <input matInput [(ngModel)]="color" type="text"> </mat-form-field> <div class="example-ripple-container mat-shadow-2" matRipple [matRippleCentered]="centered()" [matRippleDisabled]="disabled()" [matRippleUnbounded]="unbounded()" [matRippleRadius]="radius()" [matRippleColor]="color()"> Click me </div>