diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html
index 131114883b..adc493eefd 100644
--- a/docs/_includes/nav-components.html
+++ b/docs/_includes/nav-components.html
@@ -102,6 +102,7 @@
Progress bars
- Basic example
+ - With labels
- Contextual alternatives
- Striped
- Animated
diff --git a/docs/components.html b/docs/components.html
index 264e9c7630..45c7d2e4b9 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -2261,6 +2261,23 @@ body { padding-bottom: 70px; }
60% Complete
+{% endhighlight %}
+
+ With label
+ Remove the .sr-only
class from within the progress bar to show a visible percentage. For low percentages, consider adding a min-width
to ensure the label's text is fully visible.
+
+{% highlight html %}
+
{% endhighlight %}
Contextual alternatives