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