Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="Polaris-ProgressBar Polaris-ProgressBar--colorHighlight Polaris-ProgressBar--sizeMedium">
<progress
class="Polaris-ProgressBar__Progress"
value="80"
max="100"
></progress>
<div
class="Polaris-ProgressBar__Indicator"
style="width: 80%;"
>
<span class="Polaris-ProgressBar__Label">80%</span>
</div>
</div>
1
<%= polaris_progress_bar(progress: 80, animated: false) %>