• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

KendoReact Stepper Overview

The KendoReact Stepper component enables the user to create a sequence of logical steps that visualizes progress.

It could also be used for navigation purposes.

The KendoReact Stepper component is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-layout package.


The following example demonstrates the Stepper in action.

Example
View Source
Change Theme:

The Stepper is part of the KendoReact 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 KendoReact 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 and vertical 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.

Known Limitations

The Stepper component is not supported in IE 11 and below as its implementation relies entirely on the CSS Grid Layout.

In this article

Not finding the help you need?