New to KendoReactStart a free 30-day trial

Step

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

props

Omit​<StepProps, "ref"> intersected with RefAttributes​<null | StepHandle>

The props of the Step component.

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