Vue Functional Calendar is a modern calendar and date picker module for Vue.js. It also supports a date picker, date range, multiple calendars, modal calendars, and more.
vue calendar picker, calendar github, vuetify calendar examples, vue 3 calendar, vue google calendar, vue js calendar component
- A lightweight, high-performance calendar component based on Vue.js.
- Small memory usage, good performance, good style, high scalability.
- Native js development, no third-party library provided.
- Date picker, date range, multiple calendars, modal calendar.
A Simple and Sweet Calendar Component For Vue.js
How to make use of it:
Installations
npm i vue-functional-calendar --save
Vue.use ()
// Introduced in vue file import FunctionalCalendar from 'vue-functional-calendar'; Vue.use(FunctionalCalendar, { dayNames: ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'] });
Import component
// Introduced in vue file import { FunctionalCalendar } from 'vue-functional-calendar';
Component Settings
export default { components: { FunctionalCalendar }, data() { return { calendarData: {} } } }
Template Usage
<FunctionalCalendar // v-model="calendarData" // v-on:changedMonth="changedMonth" // v-on:changedYear="changedYear" // :sundayStart="true" // :date-format="'dd/mm/yyyy'" // :is-date-range="true" // :is-date-picker="true" :...: ></FunctionalCalendar>
Vue Functional Calendar Plugin/Github
See Demo And Download
Official Website(ManukMinasyan): Click Here
This superior jQuery/javascript plugin is developed by ManukMinasyan. For extra Advanced Usages, please go to the official website.