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-overview
/
chips-overview-example.html
7 lines
(6 loc)
•
237 B
HTML
View Raw
1
2
3
4
5
6
7
<
mat-chip-list
>
<
mat-chip
>
One fish
</
mat-chip
>
<
mat-chip
>
Two fish
</
mat-chip
>
<
mat-chip
color
=
"primary"
selected
=
"true"
>
Primary fish
</
mat-chip
>
<
mat-chip
color
=
"accent"
selected
=
"true"
>
Accent fish
</
mat-chip
>
</
mat-chip-list
>