mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 12:30:23 +00:00
add example of textarea to docs
This commit is contained in:
parent
9474d06b1b
commit
1e6a0f4ff3
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Reference in a new issue