New to Kendo UI for Angular? Start a free 30-day trial
ChipThemeColor
Specifies the possible theme colors for the Chip.
The possible values are:
base—Applies thebasetheme color.info—Applies theinfotheme color.success—Applies thesuccesstheme color.warning—Applies thewarningtheme color.error—Applies theerrortheme color.none—Removes the theme color.
type ChipThemeColor = "base" | "info" | "success" | "warning" | "error" | "none";