We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1caaea + 5674693 commit 3f04c08Copy full SHA for 3f04c08
docs/components/buttons.md
@@ -56,6 +56,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
56
<button class="btn btn-primary" type="submit">Button</button>
57
<input class="btn btn-primary" type="button" value="Input">
58
<input class="btn btn-primary" type="submit" value="Submit">
59
+<input class="btn btn-primary" type="reset" value="Reset">
60
{% endexample %}
61
62
## Outline buttons
0 commit comments