<progress>
Progress bars are used to show the status of an ongoing operation.
<wa-progress-bar>
component!
<progress value="40" max="100"></progress>
Indeterminate:
<progress></progress>
Use the height
CSS property to set the progress bar's height.
<wa-progress-bar value="50" style="height: 6px;"></wa-progress-bar>