diff --git a/components.html b/components.html index 81f0ae8d24..f107a1b09f 100644 --- a/components.html +++ b/components.html @@ -1562,6 +1562,11 @@ base_url: "../" {% endhighlight %} +
+

Always add labels

+

Screen readers will have trouble with your forms if you don't include a label for every input. For these inline navbar forms, you can hide the labels using the .sr-only class.

+
+

For buttons not residing in a <form>, add this class to vertically center buttons within a navbar.