Throw some initial version of code at the wall for the tabbed character sheet

This commit is contained in:
Oliver-Akins 2025-02-11 23:40:35 -07:00
parent eb6d7fee94
commit b72f22380f
10 changed files with 213 additions and 2 deletions

View 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>