Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 12be9ed

Browse files
committed
Buttons: Adding reset demo
1 parent 10efba1 commit 12be9ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/buttons.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h2>Button tag</h2>
2323
<button class="ui-button--default" type="submit">Button</button>
2424
<input class="ui-button--default" type="button" value="Input">
2525
<input class="ui-button--default" type="submit" value="Submit">
26+
<input class="ui-button--default" type="reset" value="Reset">
2627
</form>
2728

2829
<h2>Options</h2>

0 commit comments

Comments
 (0)