Begin working on converting the list of text into an actual graph

This commit is contained in:
Oliver-Akins 2025-05-24 16:45:43 -06:00
parent c7197641b6
commit cb519ad721
4 changed files with 108 additions and 46 deletions

View file

@ -0,0 +1,12 @@
<section>
<h4 class="divider">{{ sectionTitle }}</h4>
{{#each controls as | btn |}}
<button
type="button"
data-action="{{ btn.action }}"
data-app-key="{{ btn.appKey }}"
>
{{ btn.label }}
</button>
{{/each}}
</section>