--- path: components/chip/overview title: Overview position: 1 seo_title: Overview of the Chip Component seo_description: Learn about the basic features of the Telerik and Kendo UI Chip component and its types, check out the extensive set of available options in its live demo, and master its appearance by setting the color, size, fill mode, and border radius as you wish on the fly. --- ## Chip Overview A Chip is a UI element which presents a complex piece of information in a compact form and can contain data about a person, a place, or a thing. Chips are commonly used in email templates where each chip is a single person and allow users to enter information, make selections, filter content, or trigger actions. They can also be clicked or removed, and support various styling options. ### Live Demo ### Appearance Chips provide built-in styling options that grant visually appealing and flexible rendering experience. Apart from the default vision of the Telerik and Kendo UI Chip, the component supports alternative styling options which enable you to configure the individual aspects of its appearance. #### States Depending on the action you want to imply through its appearance, the Telerik and Kendo UI Chip can acquire the following states which you can set by using the following classes: * A Chip in its normal state appears clickable and interactable. * `k-hover`—Тhe hover state of a Chip is applied after the user hovers over the component. * `k-focus`—The focus state is triggered after the Chip has been spotlighted with the mouse or the keyboard. * `k-selected`—The selected state of a Chip is activated after the user has selected the component. * `k-disabled`—The disabled state indicates that a Chip is temporarily unclickable in order to prevent subsequent interaction. #### Anatomy The anatomy of the Chip summarizes the elements of the component. Depending on the elements they display, generally, the Telerik and Kendo UI Chips can be any of or a combination between the following types: * Chips with text—Chips that display only text to convey information. * Chips with icons—Used next to a chunk of text within a Chip, icons visually enhance its textual content and meaning. * Action chips—Action Chips render action icons, which display a context menu and/or a **Remove** action. * Chips with an icon and action icons—Such Chips combine all of the above chip types. ![Four variants of a Telerik and Kendo UI Chip component showing only text, icon and text, some text and a Remove icon, and an icon, some text, and a Remove icon.](images/components-chip-overview-variants.png "Four available variants of a Telerik and Kendo UI Chip including a text-only chip, an icon-and-text chip, a chip with some text and a Remove icon, and a chip displaying an icon, some text, and a Remove icon.") The next image shows the anatomy of a Chip and includes all previously listed elements: ![A Telerik and Kendo UI Chip component with the container, icon, More Actions icon, text label, and Remove icon elements.](images/components-chip-overview-anatomy.png "Anatomy and elements of a Telerik and Kendo UI Chip including the container, icon, More Actions icon, text label, and Remove icon elements.") #### Size The Chip provides the `size` configuration option that enables you to control how big or small the rendered Chip will be. Chips also provide options for size customization. By default, the Chips are medium-sized. `size` provides the following available options: * `small`—Renders small chips that are suitable to use in compact designs and within small-sized components such as a small MultiSelect and Toolbar. * `medium` (default)—Renders medium chips. * `large`—Renders large chips that are suitable to use in adaptive designs and within large-sized components such as a large MultiSelect and Toolbar. * `null`—Does not set a `size` and allows you to add your own, custom value. ![Three Telerik and Kendo UI Chip components demonstrating the small, default medium, and large sizes respectively.](images/components-chip-overview-size.png "Available sizes in the Telerik and Kendo UI Chip component including small, default medium, and large.") #### Color The Chip provides the `theme-color` configuration option that enables you to choose among the available, built-in colors that will be applied to it. Chips also provide options for color customization. By default, the Chips are rendered in the `base` theme color. `themeColor` provides the following available options: * `base` (default) * `info`—Info Chips indicate the different status of the component. * `success`—Success Chips indicate that the information input is successful. * `warning`—Warning Chips indicate a warning status of the component. * `error`—Error Chips indicate that the information input has failed. #### Fill Mode The Chip provides the `fillMode` configuration option that enables you to control the way in which color is applied to the rendered chip. Chips also provide options for fill-mode customization. By default, the Chips are rendered in solid fill mode. `fillMode` provides the following available options: * `solid` (default)—Solid Chips put stronger emphasis on the information they represent and are used alongside with other components in their solid fill mode. * `outline`—Outline Chips put weaker emphasis and are combined with components in their outline fill mode. ![Two Telerik and Kendo UI Chip components demonstrating the default solid and outline fill modes respectively.](images/components-chip-overview-fill-mode.png "Available fill modes in the Telerik and Kendo UI Chip component including default solid and outline.") #### Border Radius The Chip provides the `rounded` option that enables you to control how much border radius will apply to the rendered Chip. Chips also provide options for border-radius customization. By default, the Chips are rendered with a medium border radius. `rounded` provides the following available options: * `small`—Renders a border radius of 2 px. * `medium` (default)—Renders a border radius of 4 px. * `large`—Renders a border radius of 6 px. * `full`—Renders a border radius of 9999 px. * `null`—Does not set a `rounded` and allows you to add your own, custom value. ![Four Telerik and Kendo UI Chip components demonstrating the small, default medium, large, and full fill modes respectively.](images/components-chip-overview-border-radius.png "Available border radiuses in the Telerik and Kendo UI Chip component including small, default medium, large, and full.") ### Framework-Specific Documentation For specific information about the component, refer to its official product documentation: ![Kendo UI for Angular logo.](/images/angular-logo.svg) ![Telerik UI for Blazor logo.](/images/blazor-logo.svg) ![Kendo UI for jQuery logo.](/images/jquery-logo.svg) ![KendoReact logo.](/images/react-logo.svg) ![Kendo UI for Vue logo.](/images/vue-logo.svg) ![Telerik UI for ASP.NET Core logo.](/images/core-logo.svg) ![Telerik UI for ASP.NET MVC logo.](/images/mvc-logo.svg)