New to KendoReact? Learn about KendoReact Free.
BadgeThemeColor
Updated on May 12, 2026
Specifies the theme color of the Badge.
The possible values are:
base—Applies coloring based on thebasetheme color.primary(Default)—Applies coloring based onprimarytheme color.secondary—Applies coloring based onsecondarytheme color.tertiary— Applies coloring based ontertiarytheme color.info—Applies coloring based oninfotheme color.success— Applies coloring based onsuccesstheme color.warning— Applies coloring based onwarningtheme color.error— Applies coloring based onerrortheme color.
type BadgeThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error";