New to KendoReact? Learn about KendoReact Free.
BadgeThemeColor
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.inherit— Applies inherited coloring value.info—Applies coloring based oninfotheme color.success— Applies coloring based onsuccesstheme color.warning— Applies coloring based onwarningtheme color.error— Applies coloring based onerrortheme color.dark— Applies coloring based ondarktheme color.light— Applies coloring based onlighttheme color.inverse— Applies coloring based oninversetheme color.
type BadgeThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "dark" | "light" | "inverse" | "inherit";