New to KendoReactLearn about KendoReact Free.

ChunkProgressBar

Represents the KendoReact ChunkProgressBar component.

A Functional Component.

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

props

ChunkProgressBarProps intersected with RefAttributes<"null" | ChunkProgressBarHandle>

The props of the ChunkProgressBar component.

Not finding the help you need?
Contact Support