The Kendo UI for Vue Native Tooltip displays informative text when an element is hovered over or clicked.
The Kendo UI for Vue Tooltip component is part of the Kendo UI for Vue Native library of Vue UI components. It is distributed through NPM under the kendo-vue-tooltip package.
The Tooltip is part of Kendo UI for Vue, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial Basic UsageThe following example demonstrates the Tooltip in action.
Change Theme
Theme
Loading ...
Functionality and FeaturesDownload and install the package. Use Node.js v5.0.0 or later.
sh
npm install --save @progress/kendo-vue-tooltip @progress/kendo-licensing
Once installed, import the package module.
jsx
// ES2015 module syntax
import { Tooltip } from '@progress/kendo-vue-tooltip';
jsx
// CommonJS format
const { Tooltip } = require('@progress/kendo-vue-tooltip');
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 style section of our getting started article.
Follow the instructions on the Kendo UI for Vue My License page to activate your license. You can skip this step if your application already contains a Kendo UI for Vue license file.
The Tooltip package requires the following peer dependencies that have to be installed by your application:
Support and Learning ResourcesVue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our Vue 2 End of Support article for more details.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4