--- title: Progess Bar layout: documentation doc-tab: elements doc-subtab: progress variables: - name: $progress-bar-background-color value: $border - name: $progress-value-background-color value: $text --- {% capture progress %} 15% {% endcapture %} {% capture progress_colors %} 30% 45% 60% 75% 90% {% endcapture %} {% capture progress_sizes %} 15% 30% 45% 60% {% endcapture %} {% include subnav-elements.html %}

Progress bars

Native HTML progress bars

{% include meta.html colors=true sizes=true variables=true %}
{{ progress }}
{% highlight html %}{{ progress }}{% endhighlight %} {% include heading.html name="Colors" %}
{{ progress_colors }}
{% highlight html %}{{ progress_colors }}{% endhighlight %} {% include heading.html name="Sizes" %}
{{ progress_sizes }}
{% highlight html %}{{ progress_sizes }}{% endhighlight %} {% include variables.html element=true %}