New to KendoReact? Start a free 30-day trial
Loader
Represents the KendoReact Loader component.
jsx
const App = () => {
return (
<Loader />
);
};
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the Loader component. |