reldens
Version:
Reldens - MMORPG Platform
8 lines (7 loc) • 425 B
HTML
<div class="stat-bar-container stat-bar-{{statKey}}">
<div class="stat-bar-wrapper" style="background-color: {{inactiveColor}};">
<div class="stat-bar-fill" data-stat-key="{{statKey}}" style="width: {{percentage}}%; background-color: {{activeColor}};"></div>
<div class="stat-bar-label">{{statLabel}}</div>
<div class="stat-bar-text">{{currentValue}} / {{maxValue}}</div>
</div>
</div>