ChunkProgressBar
Component
Represents the KendoReact ChunkProgressBar component.
Definition
Package:@progress/kendo-react-progressbars
Syntax:
jsx
const App = () => {
return (
<ChunkProgressBar value={40}/>
);
};
Properties
props
ChunkProgressBarProps intersected with RefAttributes<null | ChunkProgressBarHandle>
The props of the ChunkProgressBar component.