Skip to content

Commit bb93c7b

Browse files
committed
Added new version 1.0.0
1 parent 0d0c4bb commit bb93c7b

File tree

12 files changed

+1184
-551
lines changed

12 files changed

+1184
-551
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Vue Datepicker Component
22
>A Datepicker Component For VueJs
33
(https://edisdev.github.io/vue-datepicker-ui)
4-
<img src="./resources/rangePicker.gif" width="70%">
4+
<img src="./resources/datepicker.gif" width="70%">
55
<hr>
66
<img src="./resources/rangepicker.png" width="100%"/>
77
<hr>
88
<img src="./resources/singlepicker.png" width="50%">
99

10+
1011
### Props
1112
``` html
1213
<Calendar
@@ -34,8 +35,14 @@ disabled-start-date | Object . This object consists of the start and end informa
3435
disabled-end-date | Object . It has the same with disabled-start-end. (For range status of end Date. Ignored in single status.)
3536
text-format | String / Short And Long / Short and long formats of month and day names
3637
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' }
38+
disabled | Boolean / This parameter is the datepicker prevents opening / default: false
39+
placeholder | String / Input placeholder / default: 'Select Date'
40+
circle | Boolean / This is selected are circle or area
41+
3742

43+
and customize style with css variables
3844

45+
<img src="./resources/customize.png">
3946
DEMO (https://edisdev.github.io/vue-datepicker-ui)
4047

4148

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8-
<title>vue-datepicker-ui</title>
8+
<title>VUE DATEPICKER UI - EXAMPLES</title>
99
</head>
1010
<body>
1111
<noscript>

resources/customize.png

770 KB
Loading

resources/datepicker.gif

927 KB
Loading

resources/rangePicker.gif

-1.99 MB
Binary file not shown.

resources/rangepicker.png

-19.2 KB
Loading

resources/singlepicker.png

3.94 KB
Loading

0 commit comments

Comments
 (0)