axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
page Progress(value = "0", height = "0.65rem")

<div class="ax-progress">
  <div class="ax-progress__meta">
    <span>
      <Slot name="label" />
    </span>
    <span>{value}%</span>
  </div>
  <progress class="ax-progress__native" value={value} max="100">{value}%</progress>
</div>