Skip to content

Commit a22c03e

Browse files
authored
Merge pull request #41 from sevkioruc/master
Props table updated in README.md
2 parents e909c91 + 40ed07a commit a22c03e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@ and
5858
:circle=""/>
5959
```
6060

61-
Prop | Value
62-
------------- | -------------
63-
value (v-model) | Date or Array for range
64-
range | Boolean - (default: false)
65-
lang | String / Supports all languages / iso code language / default: 'tr'
66-
firstDayOfWeek | monday or sunday (default: monday)
67-
inputClass | String / classname for input
68-
position | String / options = top, bottom, left, right / default: left
69-
disabled-start-date | Object . This object consists of the start and end information(from and to params). ( For single status and range status of startDate). Default: { from: null, to: null}
70-
disabled-end-date | Object . It has the same with disabled-start-end. (For range status of end Date. Ignored in single status.)
71-
text-format | String / Short And Long / Short and long formats of month and day names
72-
date-format | Object / This is the format in which the selected date will be displayed to the user. / default: { day: '2-digit', month: 'long', year: 'numeric' }
73-
disabled | Boolean / This parameter is the datepicker prevents opening / default: false
74-
placeholder | String / Input placeholder / default: 'Select Date'
75-
circle | Boolean / This is selected are circle or area
61+
Prop | Type | Value | Default
62+
------------- | ------------- | ------------- | -------------
63+
value (v-model) | Object | Date or Array for range | {}
64+
range | Boolean | - | false
65+
lang | String | Supports all languages / iso code language | tr
66+
firstDayOfWeek | String | monday or sunday | monday
67+
inputClass | String | classname for input | -
68+
position | String | options = top, bottom, left, right | left
69+
disabled-start-date | Object | This object consists of the start and end information(from and to params). ( For single status and range status of startDate). | { from: null, to: null}
70+
disabled-end-date | Object | It has the same with disabled-start-end. (For range status of end Date. Ignored in single status.) | { from: null, to: null}
71+
text-format | String | Short And Long / Short and long formats of month and day names | -
72+
date-format | Object | This is the format in which the selected date will be displayed to the user. | { day: '2-digit', month: 'long', year: 'numeric' }
73+
disabled | Boolean | This parameter is the datepicker prevents opening | false
74+
placeholder | String | Input placeholder | Select Date
75+
circle | Boolean | This is selected are circle or area | false
7676

7777

7878
and customize style with css variables

0 commit comments

Comments
 (0)