New to KendoReactStart a free 30-day trial

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<undefined>

The props of the ChunkProgressBar component.

Not finding the help you need?
Contact Support