aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/buttons.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md
index 2e1fd60ba..e3a4b26a8 100644
--- a/docs/components/buttons.md
+++ b/docs/components/buttons.md
@@ -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