Movatterモバイル変換


[0]ホーム

URL:


Components / Dialogs / Overview

Kendo UI for Vue Native Dialogs Overview

Updated over 6 months ago

The Kendo UI for Vue Native Dialogs are UI components for prompting user interaction.

The Dialogs components are part of the Kendo UI for Vue library which provides native Kendo UI components for the Vue ecosystem and are available under thekendo-vue-dialogs NPM package.

ninja-iconThe Dialogs are part ofKendo 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 Usage

The following example demonstrates the Dialog components in action.

Change Theme
Theme
Loading ...

Installation

To initialize the Grid, either:

Using CDN

To use the Kendo UI for Vue Native Dialogs with CDN, follow the below steps:

  1. Reference thedialogs package.
sh
<scriptsrc="https://unpkg.com/@progress/kendo-vue-dialogs@latest/dist/cdn/js/kendo-vue-dialogs.js"></script>
  1. Reference one of the Kendo UI themes to style your components.
sh
    // Load the Kendo Default Theme<linkrel="stylesheet"href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css">    // Load the Kendo Bootstrap Theme<linkrel="stylesheet"href="https://unpkg.com/@progress/kendo-theme-bootstrap@latest/dist/all.css"><linkhref="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">    // To load the Kendo Material Theme<linkrel="stylesheet"href="https://unpkg.com/@progress/kendo-theme-material@latest/dist/all.css">    // To load the Kendo Fluent Theme<linkrel="stylesheet"href="https://unpkg.com/@progress/kendo-theme-fluent@latest/dist/all.css">
  1. Follow the instructions inthis article to activate your product license. You can skip this step if your application already contains a license key.

Initializing with Webpack

  1. Download and install the package. Use Node.js v5.0.0 or later.

    sh
    npminstall--save @progress/kendo-vue-dialogs
  2. Once installed, import the package module.

    jsx
    // ES2015 module syntaximport{Dialog,Window}from'@progress/kendo-vue-dialogs';
    jsx
    // CommonJS formatconst{Dialog,Window}=require('@progress/kendo-vue-dialogs');
  3. You are required to install one of the Kendo UI themes to style your components. For more information on how to add the styles, refer to the article ongetting started.

  4. Follow the instructions on the Kendo UI for VueMy License page to activate your license. You can skip this step if your application already contains a Kendo UI license file.

Dependencies

The Dialogs package requires the followingpeer dependencies that have to be installed by your application:

  • vue 3.0.0*
  • @progress/kendo-licensing
  • @progress/kendo-svg-icons

Vue 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 ourVue 2 End of Support article for more details.

Support and Learning Resources

Additional Resources


[8]ページ先頭

©2009-2025 Movatter.jp