Throw some initial version of code at the wall for the tabbed character sheet
This commit is contained in:
parent
eb6d7fee94
commit
b72f22380f
10 changed files with 213 additions and 2 deletions
26
templates/Apps/TabbedHeroSheet/tabs.hbs
Normal file
26
templates/Apps/TabbedHeroSheet/tabs.hbs
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<nav>
|
||||
<button
|
||||
type="button"
|
||||
data-action="tab"
|
||||
data-group="root"
|
||||
data-tab="HeroSummaryCardV1"
|
||||
>
|
||||
Stats
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
data-action="tab"
|
||||
data-group="root"
|
||||
data-tab="HeroSkillsCardV1"
|
||||
>
|
||||
Skills
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
data-action="tab"
|
||||
data-group="root"
|
||||
data-tab="HeroCraftCardV1"
|
||||
>
|
||||
Craft
|
||||
</button>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue