Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Created August 21, 2015 23:36
Show Gist options
  • Save garlicnation/6c662514b68d71ef9798 to your computer and use it in GitHub Desktop.
Save garlicnation/6c662514b68d71ef9798 to your computer and use it in GitHub Desktop.
<paper-tabs scrollable id="active" attr-for-selected="value" selectable selected="{{active}}">
<template is="dom-repeat" items="[[docElements]]">
<paper-tab value="[[item.is]]">[[item.is]]</paper-tab>
</template>
<template is="dom-repeat" items="[[docBehaviors]]">
<paper-tab value="[[item.is]]">[[item.is]]</paper-tab>
</template>
</paper-tabs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment