• 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
    • ListBox
    • 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

Display Modes

The Stepper enables you to specify steps layout.

Steps Layout

To specify if the steps will be displayed with or without an indicator, use the mode property. The possible values are:

  • (Default) steps. Render step indicator and optional label.
  • labels. Render labels only.

To configure the layout of the Step indicators, use the following properties:

  • icon — Sets an icon inside the Step indicator.
  • text — Sets custom text inside the Step indicator.

If neither of the two properties is provided, the steps indicators will render numbers in a sequence order.

Example
View Source
Change Theme:

Steps Types

The Stepper provides various step types. For example, disabled, optional steps as well as steps with validation applied.

Example
View Source
Change Theme:

In this article

Not finding the help you need?