vue2-calendar
vue 2 calendar, datepicker component which supported lunar or date event.
-
This project is not only a vue component, but also a webpack multi-page project in action.
-
Support Boostrap 4
Install
Import using module
Import using script tag
Also see the demo file, example/demo.html
Build Setup
Screenshot
Usage
Use slot to render async data
Range Hover Status
Props
Options/Props
Name | Type | Default | Description |
---|---|---|---|
value | String |
'' | Value of the input DOM |
width | String |
'200px' | Width of the input DOM |
format | String |
MMMM/dd/yyyy |
The date format, combination of d, dd, M, MM, MMM, MMMM, yyyy. |
disabled-days-of-week | Array |
Days of the week that should be disabled. Values are 0 (Sunday) to 6 (Saturday). Multiple values should be comma-separated. | |
clear-button | Bollean |
false | If true shows an × shaped button to clear the selected date. Usefull in forms where date entry is optional. |
placeholder | String |
Placeholder to put on the input field when no date (null or empty) is set | |
hasInput | Boolean |
true | Default is has-input style, if don't have input will show pane directly |
pane | Number |
1 | pane count |
borderWidth | Number |
2 | This value is for calculating the pane width |
onDayClick | Function |
Only for hasInput set false |
|
specialDays | Object |
To repalce the day text | |
changePane | Function |
For pane change parameter (year, month, pane) month[0,11], demo /src/modules/Docs.vue |
|
rangeBus | Function |
should return new Vue() as sibling component communication events bus |
|
rangeStatus | Number |
0 | Default is disabled range hover effect, currently only support [0,1,2] 1 will communicate with 2 |
onDrawDate | Function |
DrawDate Function allowSelect to update date cell style |
|
showDateOnly | Boolean |
false | show date pane only |
transfer | Boolean |
false | transfer popup to document.body |
elementId | String |
elementId for label tag for attribute |
Events
Name | Description |
---|---|
drawdate | drawdate Event like onDrawDate |