Added BeastformTooltip

This commit is contained in:
WBHarry 2025-07-20 02:51:03 +02:00
parent 82be5ecd0d
commit b7974634b1
17 changed files with 111 additions and 12 deletions

View file

@ -0,0 +1,6 @@
<h4 class="tooltip-sub-title">{{localize label}}</h4>
<div class="tooltip-chips">
{{#each chips as | chip |}}
<div class="tooltip-chip">{{ifThen chip.value chip.value chip}}</div>
{{/each}}
</div>