vue-material-year-calendar
There is no full year (12 months on a page) calendar right now, the Vue-material-year-calendar is designed to solve this problem.
- ? 12 Months on a page
- ? Material style
- ? depend on dayjs
- ? by Vue.js
Basic usage
Draggable
Getting Started
? Installation
? Example
? props
v-model
- Type:
String
|Number
- Required:
true
The year to be display.
activeDates.sync
- Type:
Array
- Required:
true
- Default:
[]
Your selected dates.
ex:
lang
- Type:
String
- Default:
en
Choose language to displayed.
en
: English, tw
: 繁體中文, pt
: Português
showYearSelector
- Type:
Boolean
- Default:
true
Show or hide the years selector on top of the calendar.
ex:
? event
@toggleDate
- Type:
function
Function will be called when you select/unselect a date.
ex: