From 6a11ae580d0e233449aefdaf250b08019d7fe96d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 28 Oct 2016 16:38:30 -0700 Subject: [PATCH] add horizontal form examples --- docs/components/forms.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/components/forms.md b/docs/components/forms.md index cf5a8473e7..2a2e9f9d23 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -737,6 +737,41 @@ Here are some examples of the aforementioned classes in action. First up is your {% endexample %} +Those same states can also be used with horizontal forms. + +{% example html %} +
+
+
+ +
+ + + Example help text that remains unchanged. +
+
+
+ +
+ + + Example help text that remains unchanged. +
+
+
+ +
+ + + Example help text that remains unchanged. +
+
+
+
+{% endexample %} + +Checkboxes and radios are also supported. + {% example html %}