New to Kendo UI for Vue? Start a free 30-day trial
LoaderThemeColor
Updated on May 18, 2026
Specifies the theme color of the Loader. (see example).
The possible values are:
base(Default)—Applies base coloring.primary—Applies coloring based on primary theme color.secondary—Applies coloring based on secondary theme color.tertiary— Applies coloring based on tertiary theme color.
type LoaderThemeColor = "base" | "primary" | "secondary" | "tertiary";