JSPM

  • Created
  • Published
  • Downloads 1589
  • Score
    100M100P100Q119666F
  • License MIT

Lightweight, high-performance calendar component based on Vue.js

Package Exports

  • vue-functional-calendar
  • vue-functional-calendar/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-functional-calendar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Vue Functional Calendar

Modern calendar and datepicker module for Vue.js

Version Software License Downloads Open Collective

Sponsors


Demo
Read the documentation


  • Lightweight, high-performance calendar component based on Vue.js
  • Small memory usage, good performance, good style, and high scalability
  • Native js development, no third-party library introduced
  • Date Picker, Date Range, Multiple Calendars, Modal Calendar

Install

npm i vue-functional-calendar --save

Usage

// Introduced in vue file
import { FunctionalCalendar } from 'vue-functional-calendar';