app.component.html
<h2 style="padding-top:25px; padding-bottom:25px;">
Angular Material - How to show Tab label bottom of content
</h2>
<mat-tab-group headerPosition="below">
<mat-tab label="Material">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Nam tincidunt elit non molestie rutrum.
Donec blandit risus et sem iaculis aliquam.
</mat-tab>
<mat-tab label="Bootstrap">
Cras feugiat pharetra dolor, ac euismod tellus maximus eu.
Etiam dignissim enim vel lacus molestie, in iaculis tellus
ultrices.
</mat-tab>
<mat-tab label="HTML">
Integer rhoncus tristique felis ut dignissim.
</mat-tab>
</mat-tab-group>
app.module.ts [import]
import { MatTabsModule } from '@angular/material/tabs'
- angular material - How to generate Tabs programmatically
- angular material - How to create & add Tab programmatically
- angular material - How to delete Tab programmatically
- angular material - How to show remove button on Tab label
- angular material - How to show thumb label in Slider
- angular material - Slider custom formatted thumb label
- angular material - How to use Slider change event
- angular material - How to change Badge size
- angular material - How to use custom Badge size
- angular material - How to show custom color in Badge
- angular material - Open Accordion multiple panels at once
- angular material - How to disable a panel in Accordion
- angular material - How to hide Accordion panels toggle icon
- angular material - Determine an Expansion Panel is disabled or enabled
- angular material - How to toggle Expansion Panel expanded state