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:
parent
9474d06b1b
commit
1e6a0f4ff3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user