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--sizeSmall">
<progress
class="Polaris-ProgressBar__Progress"
value="40"
max="100"
></progress>
<div
class="Polaris-ProgressBar__Indicator Polaris-ProgressBar__Animated"
style="width: 40%;"
>
<span class="Polaris-ProgressBar__Label">40%</span>
</div>
</div>
1
<%= polaris_progress_bar(progress: 40, size: :small) %>