Skip to content

Commit

Permalink
Add example with input group between two inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored and mdo committed Oct 28, 2020
1 parent 1baa735 commit 582f52e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/content/docs/5.0/forms/input-group.md
Expand Up @@ -33,6 +33,12 @@ Place one add-on or button on either side of an input. You may also place one on
<span class="input-group-text">.00</span>
</div>

<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Username">
<span class="input-group-text">@</span>
<input type="text" class="form-control" placeholder="Server">
</div>

<div class="input-group">
<span class="input-group-text">With textarea</span>
<textarea class="form-control" aria-label="With textarea"></textarea>
Expand Down

0 comments on commit 582f52e

Please sign in to comment.