From 6a425ea3f8e03f08f281608bed92aa004ebed0b1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 15 Dec 2017 20:51:47 -0800 Subject: [PATCH 1/7] Rewrite input group component --- docs/4.0/components/button-group.md | 8 +- docs/4.0/components/forms.md | 12 +- docs/4.0/components/input-group.md | 340 +++++++++++++++------------- docs/4.0/components/navbar.md | 4 +- scss/_input-group.scss | 232 ++++++++----------- 5 files changed, 288 insertions(+), 308 deletions(-) diff --git a/docs/4.0/components/button-group.md b/docs/4.0/components/button-group.md index 8fea3de901d9..f08d2e3ecd26 100644 --- a/docs/4.0/components/button-group.md +++ b/docs/4.0/components/button-group.md @@ -60,7 +60,9 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th
- @ +
+
@
+
@@ -73,7 +75,9 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th
- @ +
+
@
+
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 634b3288c586..ee2a55796bc0 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -482,7 +482,9 @@ The example below uses a flexbox utility to vertically center the contents and c
-
@
+
+
@
+
@@ -512,7 +514,9 @@ You can then remix that once again with size-specific column classes.
-
@
+
+
@
+
@@ -575,7 +579,9 @@ You may need to manually address the width and alignment of individual form cont
-
@
+
+
@
+
diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index 27995d4099f1..b34c8cd15bd8 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -11,32 +11,36 @@ toc: true Place one add-on or button on either side of an input. You may also place one on both sides of an input. **We do not support multiple form-controls in a single input group** and `