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
/
tabs-overview
/
tabs-overview-example.html
5 lines
(4 loc)
•
127 B
HTML
View Raw
1
2
3
4
5
<
mat-tab-group
>
<
mat-tab
label
=
"Tab 1"
>
Content 1
</
mat-tab
>
<
mat-tab
label
=
"Tab 2"
>
Content 2
</
mat-tab
>
</
mat-tab-group
>