tree: 7ed331d887375d8356638e851ce6aa0a97ff47b7 [path history] [tgz]
  1. demo/
  2. test/
  3. bower.json
  4. CONTRIBUTING.md
  5. hero.svg
  6. index.html
  7. paper-tab.html
  8. paper-tabs-icons.html
  9. paper-tabs.html
  10. README.md
systrace/catapult/third_party/polymer/components/paper-tabs/README.md

Build status Published on webcomponents.org

##<paper-tabs>

Material design: Tabs

paper-tabs makes it easy to explore and switch between different views or functional aspects of an app, or to browse categorized data sets.

<paper-tabs selected="0" scrollable>
  <paper-tab>The first tab</paper-tab>
  <paper-tab>Tab two</paper-tab>
  <paper-tab>The third tab</paper-tab>
  <paper-tab>Fourth tab</paper-tab>
</paper-tabs>