New to KendoReactLearn about KendoReact Free.

ProgressBar

Represents the KendoReact ProgressBar component.

A Functional Component.

jsx
const App = () => {
  return (
      <ProgressBar value={75}/>
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

ProgressBarProps intersected with RefAttributes<undefined>

The props of the ProgressBar component.

Not finding the help you need?
Contact Support