New to Kendo UI for Vue? Start a free 30-day trial
BadgeThemeColor
Updated on May 18, 2026
Specifies the theme color of the Badge.
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.info—Applies coloring based on info theme color.success— Applies coloring based on success theme color.warning— Applies coloring based on warning theme color.error— Applies coloring based on error theme color.
type BadgeThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error";