0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

add example of textarea to docs

This commit is contained in:
Mark Otto 2018-01-02 21:18:14 -08:00
parent 9474d06b1b
commit 1e6a0f4ff3

View File

@ -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