UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
chips-stacked
/
chips-stacked-example.html
6 lines
(5 loc)
•
187 B
HTML
View Raw
1
2
3
4
5
6
<
mat-chip-list
class
=
"mat-chip-list-stacked"
>
<
mat-chip
*
ngFor
=
"let chip of availableColors"
selected
=
"true"
[
color
]=
"chip.color"
>
{{chip.name}}
</
mat-chip
>
</
mat-chip-list
>