diff options
| author | Chris Rebert <[email protected]> | 2015-11-15 14:15:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-15 14:15:36 -0800 |
| commit | eaf3f16fc6acfa95621206e3795bd983e355c65a (patch) | |
| tree | 9776d029f03d610447ae60fc3616b3ee956eb2a7 /docs/components | |
| parent | 01a44bfa938b8108a77831f8157c5181808a7729 (diff) | |
| download | bootstrap-eaf3f16fc6acfa95621206e3795bd983e355c65a.tar.xz bootstrap-eaf3f16fc6acfa95621206e3795bd983e355c65a.zip | |
Add input group example with btns on both sides for completeness+testing
[skip sauce]
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/input-group.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 </div> </div> </div> +<br> +<div class="row"> + <div class="col-lg-offset-3 col-lg-6"> + <div class="input-group"> + <span class="input-group-btn"> + <button class="btn btn-secondary" type="button">Hate it</button> + </span> + <input type="text" class="form-control" placeholder="Product name"> + <span class="input-group-btn"> + <button class="btn btn-secondary" type="button">Love it</button> + </span> + </div> + </div> +</div> {% endexample %} ## Buttons with dropdowns |
