• Introduction
  • Getting Started
  • Native Components
    • Animation
    • Buttons
    • Charts
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Gridupdated
    • Iconsnew
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxnew
    • ListViewnew
    • Notification
    • PDF Processing
    • Popup
    • Progress Barsupdated
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

Chip Types

The Chip component allows you to set different chip color types by controlling its theme-color property.

Each chip type is color-coded which allows the user to immediately recognize, whether the Chip indicates a successful operation or an error message. By default the themeColor value is set to base.To use the predefined styles for each chip type, pass a value in the themColor property.

The allowed values for the themeColor are:

  • base
  • info
  • error
  • success
  • warning
  • null - null—Does not set a themeColor class.

Below you will find a sample project demonstrating how we can configure each of the above themeColor options — starting with the built-in values and ending with a custom class definition for the Chip with a themeColor value of null.

Example
View Source
Change Theme:

In this article

Not finding the help you need?