Getting Started with Kendo UI for Vue Native Scheduler
The Kendo UI for Vue Native Scheduler component displays events in different views.
Due to the huge number of possible features that can be implemented in the Scheduler, the team is actively gathering feedback and will implement the most requested features according to the Kendo UI for Vue Feedback Portal.
Basic Usage
The following example demonstrates the Scheduler component in action.
Functionality and Features
- Data operations
- Views
Installation
Download and install the package. Use Node.js v5.0.0 or later.
npm install --save @progress/kendo-vue-scheduler @progress/kendo-vue-intl @progress/kendo-vue-popup @progress/kendo-vue-dialogs @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-buttons @progress/kendo-date-math @progress/kendo-vue-form @progress/kendo-licensing
Once installed, import the package module.
// ES2015 module syntax import { Scheduler } from '@progress/kendo-vue-scheduler';
// CommonJS format const { Scheduler } = require('@progress/kendo-vue-scheduler');
You are required to install one of the Kendo UI for Vue themes to style your components. For more information on how to add the styles, refer to the article on getting started.
Dependencies
The Scheduler package requires the following peer dependencies that have to be installed by your application:
- Vue 2.6.11+ or 3.0.0+
- @progress/kendo-licensing
- @progress/kendo-licensing
- @progress/kendo-vue-intl
- @progress/kendo-vue-popup
- @progress/kendo-vue-dialogs
- @progress/kendo-vue-dateinputs
- @progress/kendo-vue-dropdowns
- @progress/kendo-vue-inputs
- @progress/kendo-vue-buttons
- @progress/kendo-date-math