New to KendoReact? Learn about KendoReact Free.
LoaderSize
Updated on Oct 31, 2025
Specifies the size of the Loader (see example).
The possible values are:
smallmedium(Default)large
type LoaderSize = "small" | "medium" | "large";