Added Polymer
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template name="characterSheet">
|
||||
<!--
|
||||
<div id="characterHeader">
|
||||
{{> characterName}}
|
||||
{{> healthBar}}
|
||||
@@ -16,4 +17,22 @@
|
||||
<div id="characterDetails">
|
||||
{{Template.dynamic template=getTab}}
|
||||
</div>
|
||||
-->
|
||||
<paper-tabs id="characterSheetTabs" scrollable="true" selected={{selectedTab}}>
|
||||
<paper-tab>Stats</paper-tab>
|
||||
<paper-tab>Features</paper-tab>
|
||||
<paper-tab>Persona</paper-tab>
|
||||
<paper-tab>Inventory</paper-tab>
|
||||
<paper-tab>Spellbook</paper-tab>
|
||||
<paper-tab>Journal</paper-tab>
|
||||
</paper-tabs>
|
||||
|
||||
<core-animated-pages selected={{selectedTab}} transitions="slide-from-right">
|
||||
<div>Stats</div>
|
||||
<div>Features</div>
|
||||
<div>Persona</div>
|
||||
<div>Inventory</div>
|
||||
<div>Spellbook</div>
|
||||
<div>Journal</div>
|
||||
</core-animated-pages>
|
||||
</template>
|
||||
Reference in New Issue
Block a user