Kendo UI for Vue Indicators Overview
The Kendo UI for Vue Indicators are used to decorate other elements or components, creating a visual indication for current status, on-going process or state change.
The Indicator components are part of the Kendo UI for Vue library, which provides native Vue components, and are available under the kendo-vue-indicators NPM package.
Basic Usage
The following example demonstrates all available Indicator components in action.
Installation
Download and install the package. Use Node.js v5.0.0 or later.
npm install --save @progress/kendo-vue-indicators @progress/kendo-licensing
Once installed, import the package module.
// ES2015 module syntax import { Loader } from '@progress/kendo-vue-indicators';
// CommonJS format const { Loader } = require('@progress/kendo-vue-indicators');
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 Indicators package requires you to install the following peer dependencies in your application:
- vue 2.6.14 or 3.0.0
- @progress/kendo-licensing