New to KendoReact? Learn about KendoReact Free.
ProgressBar
Updated on Oct 31, 2025
Represents the KendoReact ProgressBar component.
jsx
const App = () => {
return (
<ProgressBar value={75}/>
);
};
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the ProgressBar component. |