New to KendoReactLearn about KendoReact Free.

Stepper

Represents the KendoReact Stepper component.

A Functional Component.

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

const App = () => {
  return (
      <Stepper items={steps} value={1} />
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

StepperProps intersected with RefAttributes<undefined>

The props of the Stepper component.

Not finding the help you need?
Contact Support