diff options
| author | Mark Otto <[email protected]> | 2015-08-04 22:29:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-04 22:29:45 -0700 |
| commit | 1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83 (patch) | |
| tree | 9a9380632e1a113b1fe0f8aa72be25bfb0fd7fad /docs/components/input-group.md | |
| parent | 8ee9da2f54bcf7da2fc599a93e2d53a78be3ce9f (diff) | |
| parent | ab412b2404d12a3c55d1c4b798bd42ef32e80fab (diff) | |
| download | bootstrap-1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83.tar.xz bootstrap-1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83.zip | |
Merge branch 'master' into v4m
Diffstat (limited to 'docs/components/input-group.md')
| -rw-r--r-- | docs/components/input-group.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/components/input-group.md b/docs/components/input-group.md index da5dcd954..0d0edd1ac 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -25,6 +25,12 @@ Place one add-on or button on either side of an input. You may also place one on <span class="input-group-addon" id="basic-addon2">.00</span> </div> <br> +<label for="basic-url">Your vanity URL</label> +<div class="input-group"> + <span class="input-group-addon" id="basic-addon3">https://example.com/users/</span> + <input type="text" class="form-control" id="basic-url" aria-describedby="basic-addon3"> +</div> +<br> <div class="input-group"> <span class="input-group-addon">$</span> <input type="text" class="form-control" aria-label="Amount (to the nearest dollar)"> |
