Kendo UI for Vue Native Stepper Overview
The Kendo UI for Vue Native Stepper component enables the user to create a sequence of logical steps that visualizes progress.
It can also be used for navigation purposes.
The Stepper component is part of the Kendo UI for Vue library. It is distributed through NPM under the kendo-vue-layout package.
The following example demonstrates the Stepper in action.
The Stepper is part of the Kendo UI for Vue Layout component library. The procedures for installing, importing, and using all components in the library are identical. To learn how to use the Stepper and the rest of the components in the package, see the Getting Started with the Kendo UI for Vue Layout Package guide.
Key Features
- Display Modes—The various display modes allow you to configure the step layout and type.
- Linear Mode—The linear mode requires the user to complete the previous step before proceeding to the next one.
- Orientation—You can switch between
horizontal
andvertical
orientation. - Validation—You can set the validation logic for each step.
- Custom Rendering—The Stepper allows you to customize the rendering of each step.
- Keyboard Navigation—The Stepper supports various keyboard shortcuts.
- Accessibility—The Stepper component is accessible by screen readers and provides full WAI-ARIA support.
- Events—The Stepper provides a set of events that help you tailor its behavior according to your project requirements.
Known Limitations
The Stepper component is not supported in IE 11 and below as its implementation relies entirely on the CSS Grid Layout.
Support and Learning Resources
- Stepper Homepage
- Getting Started with the Kendo UI Vue Layout
- API Reference of the Stepper Component
- Getting Started with Kendo UI for Vue - JavaScript (Online Guide)
- Getting Started with Kendo UI for Vue - TypeScript (Online Guide)
- Getting Started with Kendo UI for Vue - JavaScript + Options API (Online Guide)
- Getting Started with Kendo UI for Vue - TypeScript + Options API (Online Guide)
- Getting Started with Kendo UI for Vue - Nuxt 3 (Online Guide)
- Virtual Classroom (Training Course for Registered Users)
- Stepper Forum
- Knowledge Base
- Kendo UI Productivity Tools extension for VS Code