• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting

Kendo UI for Vue Wizard Overview

The Wizard consists of one or more steps. Each step contains a Form with a set of components. The different steps can have their own custom layout that doesn't depend on the other steps.

A common use-case scenario for the Wizard component is a longer Form which is split into several steps. Talking with real-life examples imagine a payment details form where one page is asking for personal information, another of the card information, and so on.

The main advantage of Wizard is allowing customers and leads to complete their information in smaller chunks, which creates a positive user experience and increases conversions.

The Kendo UI for Vue Wizard is not a separate component that can provide the Wizard functionality out of the box. However, using the combination of the Native Form and Stepper components, we can easily achieve the functionality of a virtual Wizard component.

The Kendo UI for Vue Native Form and Stepper components are part of the Kendo UI for Vue library of Native Vue UI components. Each of the components is distributed through NPM under the following packages:

The Wizard Component is part of Kendo UI for Vue, a professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Basic Usage

The following example demonstrates the Virtual Wizard component in action.

Example
View Source
Change Theme:

Functionality and Features

In this article

Not finding the help you need?