Bottom navigation for mobile that follows the Material Design specification.
<bottom-nav>
<bottom-toolbar selected="0">
<bottom-tab label="home" icon="icons:home"></bottom-tab>
<bottom-tab show-label label="lists" icon="icons:menu"></bottom-tab>
<bottom-tab label="closers" icon="icons:close"></bottom-tab>
<bottom-tab label="next" icon="icons:chevron-right"></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">This is a fork of paper-tabs and app-layout.