tree: 0845a4d21e1a6dc595e0dd3fa80e0bfec52613f3 [path history] [tgz]
  1. assets/
  2. color-theming.md
  3. examples.md
  4. README.md
  5. typography-theming.md
  6. 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