Components

Tabs

Angular Material Tabs organize content into separate views, showing only one view at a time for focused interaction.

Example

Below is an example of how BuilderKit restyles the Angular Material Tabs and gives it a more modern appearance.

Content 1
Content 1
<mat-tab-group>
<mat-tab label="First">Content 1</mat-tab>
<mat-tab label="Second">Content 2</mat-tab>
<mat-tab label="Third">Content 3</mat-tab>
<mat-tab label="Forth" disabled>Content 4</mat-tab>
</mat-tab-group>