Created
November 21, 2015 00:43
-
-
Save mattbogado/8b8e065cd97c6c3583f0 to your computer and use it in GitHub Desktop.
paper-tabs issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<paper-tabs class="bottom self-end" attr-for-selected="data-route" selected="[[route]]"> | |
<paper-tab> | |
<a data-route="callsheets" href="/callsheets" on-click="onDataRouteClick" class="tab-link horizontal center-center layout">CALLSHEETS</a> | |
</paper-tab> | |
<paper-tab> | |
<a data-route="scenes" href="/scenes" on-click="onDataRouteClick" class="tab-link horizontal center-center layout">SCENES</a> | |
</paper-tab> | |
<paper-tab> | |
<a data-route="cast" href="/cast" on-click="onDataRouteClick" class="tab-link horizontal center-center layout">CAST</a> | |
</paper-tab> | |
<paper-tab> | |
<a data-route="crew" href="/crew" on-click="onDataRouteClick" class="tab-link horizontal center-center layout">CREW</a> | |
</paper-tab> | |
<paper-tab> | |
<a data-route="locations" href="/locations" on-click="onDataRouteClick" class="tab-link horizontal center-center layout">LOCATIONS</a> | |
</paper-tab> | |
<paper-tab> | |
<a data-route="settings" href="/settings" on-click="onDataRouteClick" class="tab-link horizontal center-center layout">SETTINGS</a> | |
</paper-tab> | |
</paper-tabs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment