New to Kendo UI for AngularStart a free 30-day trial

ChipThemeColor

Specifies the possible theme colors for the Chip.

The possible values are:

  • base—Applies the base theme color.
  • info—Applies the info theme color.
  • success—Applies the success theme color.
  • warning—Applies the warning theme color.
  • error—Applies the error theme color.
  • none—Removes the theme color.

type ChipThemeColor = "base" | "info" | "success" | "warning" | "error" | "none";

Not finding the help you need?
Contact Support