0.7.9 • Published 10 months ago
@alibaba-aero/vue-calendar v0.7.9
Vue Calendar
Installation
yarn add @alibaba-aero/vue-calendarUsage
<template>
<vuec-calendar/>
</template>
<script>
import { VuecCalendar } from '@alibaba-aero/vue-calendar';
// Import calendar styles
import '@alibaba-aero/vue-calendar/dist/vue-calendar.min.css';
export default {
components: {
VuecCalendar
}
}
</script>Components
range-input
theme: String - defaultmobile: Boolean - falseselectable: Boolean - falsedata: Object - {}min-date: Object/String - nullmax-date: Object/String - nullvisible-months: Number - 1selection-mode: String - singlevalue: Object - {}open: Boolean - falseformat: String - YYYY/M/D
calendar
theme: String - defaultselectable: Boolean - falsedata: Object - {}min-date: Object/String - nullmax-date: Object/String - nullvisible-months: Number - 1show-previous-weeks: Boolean - trueshow-navigation: Boolean - truedate: Object - moment()selections- Array - []
month
selectable: Boolean - falsemin-date: Object/String - nullmax-date: Object/String - nulldate: Object - required- (??)
adapter: Function - {} selection: Array - []show-title: Boolean - truetitle: String - ''
day
data: Object - {}index: Number - requireddate: Object - nulldisabled: Boolean - falseselected: Boolean - falseselectable: Boolean - false
0.7.9
10 months ago
0.7.6
11 months ago
0.7.5
10 months ago
0.7.8
10 months ago
0.7.7
10 months ago
0.7.4
4 years ago
0.7.2
6 years ago
0.7.1
6 years ago
0.7.0
6 years ago
0.6.4
6 years ago
0.6.3
6 years ago
0.6.2
6 years ago
0.6.1
6 years ago
0.6.0
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago