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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ and
45
45
```
46
46
### Props
47
47
```html
48
-
<Calendar
48
+
<Datepicker
49
49
v-model=""
50
50
:range=""
51
51
:lang=""
@@ -58,7 +58,9 @@ and
58
58
:date-format=""
59
59
:disabled=""
60
60
:placeholder=""
61
-
:circle=""/>
61
+
:circle=""
62
+
:show-clear-button=""
63
+
:show-picker-inital=""/>
62
64
```
63
65
64
66
Prop | Type | Value | Default
@@ -77,7 +79,7 @@ disabled | Boolean | This parameter is the datepicker prevents opening | false
77
79
placeholder | String | Input placeholder | Select Date
78
80
circle | Boolean | This is selected are circle or area | false
79
81
showClearButton | Boolean | This property is If there is a selected date, it allows the button used to delete this date to be displayed or not. | false
80
-
82
+
showPickerInital | Booelan | Show picker for on mounted | Boolean
0 commit comments