diff options
| author | Mark Otto <[email protected]> | 2018-01-02 21:18:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-02 21:18:14 -0800 |
| commit | 1e6a0f4ff354dcb13eee9f3c501ee12509183b86 (patch) | |
| tree | b3c735093e0e013319121296dab91a3ac110f4f8 /docs | |
| parent | 9474d06b1be5a729d1f7796b8b2f02a882c318ca (diff) | |
| download | bootstrap-1e6a0f4ff354dcb13eee9f3c501ee12509183b86.tar.xz bootstrap-1e6a0f4ff354dcb13eee9f3c501ee12509183b86.zip | |
add example of textarea to docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/input-group.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index cd5d5bdfd..8018ea42a 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -42,6 +42,13 @@ 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> + +<div class="input-group"> + <div class="input-group-prepend"> + <span class="input-group-text">With textarea</span> + </div> + <textarea class="form-control" aria-label="With textarea"></textarea> +</div> {% endexample %} ## Sizing |
