New to KendoReact? Learn about KendoReact Free.
LoaderThemeColor
Updated on May 12, 2026
Specifies the theme color of the Loader. (see example).
The possible values are:
primary(Default)—Applies coloring based on primary theme color.secondary—Applies coloring based on secondary theme color.tertiary— Applies coloring based on tertiary theme color.base— Applies coloring based on base theme color.
type LoaderThemeColor = "base" | "primary" | "secondary" | "tertiary";