New to KendoReactLearn about KendoReact Free.

Step

Represents the KendoReact Step 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

Omit<StepProps> intersected with RefAttributes<"null" | StepHandle>

The props of the Step component.

Not finding the help you need?
Contact Support