Skip to content

Instantly share code, notes, and snippets.

@mattbogado
Created November 21, 2015 00:43
Show Gist options
  • Save mattbogado/8b8e065cd97c6c3583f0 to your computer and use it in GitHub Desktop.
Save mattbogado/8b8e065cd97c6c3583f0 to your computer and use it in GitHub Desktop.
paper-tabs issue
<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