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

ChipThemeColor

Specifies the possible theme colors of the Chip.

The possible values are:

  • base —Applies coloring based on the base theme color.
  • info—Applies coloring based on the info theme color.
  • success— Applies coloring based on the success theme color.
  • warning— Applies coloring based on the warning theme color.
  • error— Applies coloring based on the error theme color.

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

Not finding the help you need?
Contact Support