New to KendoReactStart a free 30-day trial

Loader

Represents the KendoReact Loader component.

A Functional Component.

jsx
const App = () => {
  return (
      <Loader />
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

LoaderProps intersected with RefAttributes<undefined>

The props of the Loader component.

Not finding the help you need?
Contact Support