You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,26 @@
1
1

2
2
## VueConfirmationButton
3
3
4
-
A VueJS (2.x) button component that requires the user to press it a few times
5
-
6
-
### What is this?
7
-
8
-
A component that will generate a button that requires the user to press it multiple times in order to confirm a designated action
4
+
A Vue.js [single file component](https://vuejs.org/v2/guide/single-file-components.html) that will generate a button that requires the user to press it multiple times in order to confirm a designated action
9
5
10
6
### Why would i need that?
11
7
12
8
Think of a sensitive scenario, something like deleting data. Having the user read multiple warning messages before performing an action will help prevent unwanted deletions.
0 commit comments