Skip to content

Commit 6af4990

Browse files
committed
Update Readme
1 parent 4e4a963 commit 6af4990

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ and
4545
```
4646
### Props
4747
``` html
48-
<Calendar
48+
<Datepicker
4949
v-model=""
5050
:range=""
5151
:lang=""
@@ -58,7 +58,9 @@ and
5858
:date-format=""
5959
:disabled=""
6060
:placeholder=""
61-
:circle=""/>
61+
:circle=""
62+
:show-clear-button=""
63+
:show-picker-inital=""/>
6264
```
6365

6466
Prop | Type | Value | Default
@@ -77,7 +79,7 @@ disabled | Boolean | This parameter is the datepicker prevents opening | false
7779
placeholder | String | Input placeholder | Select Date
7880
circle | Boolean | This is selected are circle or area | false
7981
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
8183

8284
and customize style with css variables
8385

0 commit comments

Comments
 (0)