mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Add <input type="reset"> example to Button Tags docs for completeness
[skip sauce]
This commit is contained in:
parent
cbe9b7a035
commit
56746938ed
@ -56,6 +56,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
|
||||
<button class="btn btn-primary" type="submit">Button</button>
|
||||
<input class="btn btn-primary" type="button" value="Input">
|
||||
<input class="btn btn-primary" type="submit" value="Submit">
|
||||
<input class="btn btn-primary" type="reset" value="Reset">
|
||||
{% endexample %}
|
||||
|
||||
## Outline buttons
|
||||
|
Loading…
Reference in New Issue
Block a user