We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5c9c9 commit 28a2b8fCopy full SHA for 28a2b8f
README.md
@@ -1,8 +1,19 @@
1
-# Vue2 Time Picker
+# Vue2 Time Picker (Faber Version)
2
3
A dropdown time picker (hour|minute|second) for **Vue 2.x**, with flexible time format support.
4
5
-> Looking for the Vue 1.x version? Please check the [vue-timepicker](https://github.com/phoenixwong/vue-timepicker) *(Vue 1.x supported)*
+> Faber version adds the label options. See below for details
6
+
7
+##Label Options
8
9
+Two new options:
10
11
+1. 'showLabel' (Boolean) - show label on not actioned time picker (before first click), also on no values
12
+2. 'labelText' (String) - Custom string for the label
13
14
+```html
15
+<vue-timepicker showLabel labelText="Custom Label"></vue-timepicker>
16
+```
17
18
## Demo
19
0 commit comments