0.7.4 • Published 4 years ago

@alibaba-aero/vue-calendar v0.7.4

Weekly downloads
21
License
MIT
Repository
-
Last release
4 years ago

Vue Calendar

npm (scoped with tag) npm

Installation

yarn add @alibaba-aero/vue-calendar

Usage

<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 - default
  • mobile: Boolean - false
  • selectable: Boolean - false
  • data: Object - {}
  • min-date: Object/String - null
  • max-date: Object/String - null
  • visible-months: Number - 1
  • selection-mode: String - single
  • value: Object - {}
  • open: Boolean - false
  • format: String - YYYY/M/D

calendar

  • theme: String - default
  • selectable: Boolean - false
  • data: Object - {}
  • min-date: Object/String - null
  • max-date: Object/String - null
  • visible-months: Number - 1
  • show-previous-weeks: Boolean - true
  • show-navigation: Boolean - true
  • date: Object - moment()
  • selections - Array - []

month

  • selectable: Boolean - false
  • min-date: Object/String - null
  • max-date: Object/String - null
  • date: Object - required
  • (??) adapter: Function - {}
  • selection: Array - []
  • show-title: Boolean - true
  • title: String - ''

day

  • data: Object - {}
  • index: Number - required
  • date: Object - null
  • disabled: Boolean - false
  • selected: Boolean - false
  • selectable: Boolean - false
0.7.4

4 years ago

0.7.2

5 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

6 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