/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/chips/chips-avatar/chips-avatar-example.html
26 строк
600 B
Andrew Seguin
docs: rename material.angular.io to material.angular.dev (#30993)
02 май 2025, 06:14
Не верифицирован
02 май 2025, 06:14
7791972
Код
Авторство
О чём код?
<mat-chip-set aria-label="Dog selection"> <mat-chip> <img matChipAvatar src="https://material.angular.dev/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu" /> Dog one </mat-chip> <mat-chip> <img matChipAvatar src="https://material.angular.dev/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu" /> Dog two </mat-chip> <mat-chip> <img matChipAvatar src="https://material.angular.dev/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu" /> Dog three </mat-chip> </mat-chip-set>