liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
.github | ||
demo | ||
test | ||
.bower.json | ||
.travis.yml | ||
CONTRIBUTING.md | ||
README.md | ||
bower.json | ||
hero.svg | ||
index.html | ||
paper-tab.html | ||
paper-tabs-icons.html | ||
paper-tabs.html |
README.md
##<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>