Skip to content

Commit

Permalink
adds documentation on placeing addons between inouts on list groups
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante committed Jun 19, 2018
1 parent 2da05c3 commit c87c925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/4.1/components/input-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Place one add-on or button on either side of an input. You may also place one on
</div>
</div>

<div class="input-group mb-3">
<input type="text" class="form-control" aria-label="Min value" placeholder="Min value">
<div class="input-group-prepend">
<span class="input-group-text">to</span>
</div>
<input type="text" class="form-control" aria-label="Max value" placeholder="Max value">
</div>

<label for="basic-url">Your vanity URL</label>
<div class="input-group mb-3">
<div class="input-group-prepend">
Expand Down

0 comments on commit c87c925

Please sign in to comment.