Bottom navigation for mobile that follows the Material Design specification.
<bottom-nav shadow>
<bottom-toolbar selected="0">
<bottom-tab selected-class="grey" label="Movies & TV" icon="notification:ondemand-video"></bottom-tab>
<bottom-tab selected-class="green"label="Music" icon="image:music-note"></bottom-tab>
<bottom-tab selected-class="brown"label="Books" icon="icons:book"></bottom-tab>
<bottom-tab selected-class="darkbrown" label="Newstand" icon="av:web"></bottom-tab>
</bottom-toolbar>
</bottom-nav>
<sample-content size="10"></sample-content>
$ bower install greenyouse/bottom-nav --save
<link rel="import" href="/bower_components/bottom-nav/bottom-nav.html">
<link rel="import" href="/bower_components/bottom-nav/bottom-toolbar.html">
<link rel="import" href="/bower_components/bottom-nav/bottom-tab.html">
This is a fork of paper-tabs and app-layout.