mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Merge branch 'input-type-reset-btn' into v4-dev
This commit is contained in:
commit
3f04c082dd
@ -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>
|
<button class="btn btn-primary" type="submit">Button</button>
|
||||||
<input class="btn btn-primary" type="button" value="Input">
|
<input class="btn btn-primary" type="button" value="Input">
|
||||||
<input class="btn btn-primary" type="submit" value="Submit">
|
<input class="btn btn-primary" type="submit" value="Submit">
|
||||||
|
<input class="btn btn-primary" type="reset" value="Reset">
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
## Outline buttons
|
## Outline buttons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user