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 thebase
theme color.info
—Applies theinfo
theme color.success
—Applies thesuccess
theme color.warning
—Applies thewarning
theme color.error
—Applies theerror
theme color.none
—Removes the theme color.
type
ChipThemeColor = "base" | "info" | "success" | "warning" | "error" | "none";