From eaf3f16fc6acfa95621206e3795bd983e355c65a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 15 Nov 2015 14:15:34 -0800 Subject: Add input group example with btns on both sides for completeness+testing [skip sauce] --- docs/components/input-group.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/components/input-group.md') diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 1b3a71545..870e89fee 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -108,6 +108,20 @@ Buttons in input groups are a bit different and require one extra level of nesti +
+
+
+
+ + + + + + + +
+
+
{% endexample %} ## Buttons with dropdowns -- cgit v1.2.3 From 23a7c6b1a6436b04d42bda7f4f91ccdfb434df89 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 6 Dec 2015 12:02:54 -0800 Subject: Docs: Fix flavor text in input group example that got borked at some point [skip sauce] --- docs/components/input-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/input-group.md') diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 870e89fee..78ad26e27 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -23,7 +23,7 @@ Place one add-on or button on either side of an input. You may also place one on
- .00 + @example.com

-- cgit v1.2.3