G-Loot DS — stepper structure

by Augustin Hiebel

HTML

<!-- change the css var to update the number (min: 0, max: 99) -->
<div class="stepper">
  <span style={{ "--value": 7 }} />
  <span style={{ "--value": 4 }} />
  <span style={{ "--value": 2 }} />
</div>