UNPKG

nativescript-ui-calendar

Version:

Month, year, week and day views. Single, multiple and range date Selection. Special and disabled dates.

11 lines 317 B
import { RadCalendar } from './..'; import RadCalendarComp from './component'; const RadCalendarPlugin = { install(Vue) { Vue.registerElement('RadCalendar', () => RadCalendar, { component: RadCalendarComp }); } }; export default RadCalendarPlugin; //# sourceMappingURL=index.js.map