Get started   Components   Icons   What's New
  Get a License
⚡️New Release! Material X components for Angular⚡ view demo
Type
Appearance
Icon & indication
Color
Header Position
Dense
Closable
Long and winding road I'm on my way I'm on my way Home sweet home
Change filter for code updates
HTML
TS
<mat-tab-group  headerPosition="below"
                color="black">
    <mat-tab *ngFor="let tab of tabs; index as i">
        <ng-template mat-tab-label>
            <span>{{ tab.header }}</span>
        </ng-template>
        {{ tab.body }}
    </mat-tab>
</mat-tab-group>