New to KendoReactStart a free 30-day trial

Stepper

Component

Definition

Package:@progress/kendo-react-layout

Syntax:

jsx
const steps = [
   { label: 'Step 1' },
   { label: 'Step 2' },
   { label: 'Step 3', optional: true }
];

const App = () => {
  return (
      <Stepper items={steps} value={1} />
  );
};

Properties

The props of the Stepper component.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support