tree: 79275173bac46f4e6ce6d411e8aefa848a5d7ff8
  1. assets/
  2. color-theming.md
  3. examples.md
  4. README.md
  5. tabbarview.md
  6. theming-extensions.md
  7. typography-theming.md
  8. usage.md
components/Tabs/docs/README.md

Tabs

Tabs are bars of buttons used to navigate between groups of content.


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

Usage

Examples

Extensions

MDCTabBarView