blob: 0255632263e4d8d38cff35cfaa1621a7a78e222f [file] [log] [blame] [view] [edit]
# Tabs
<!-- badges -->
Tabs are bars of buttons used to navigate between groups of content.
<div class="article__asset article__asset--screenshot">
<img src="docs/assets/tabs.png" alt="Tabs" width="375">
</div>
<!-- design-and-api -->
<!-- toc -->
- - -
## Overview
When a user taps a tab, the content changes to match the selected subject in the tabs.
We provide this functionality through MDCTabBar which communicates via a delegate as well as
MDCTabBarViewController which provides a view containment model similar to UITabViewController.
Tabs can also show a badge (usually a number) like UITabBar.
## Installation
- [Typical installation](../../../docs/component-installation.md)
## Usage
- [Usage](usage.md)
## Examples
- [Examples](examples.md)
## Extensions
- [Color Theming](color-theming.md)
- [Typography Theming](typography-theming.md)
- [Theming Extensions](theming-extensions.md)
## MDCTabBarView
- [MDCTabBarView](tabbarview.md)