New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Chip Overview
Updated over 6 months ago
The Telerik UI Chip TagHelper and HtmlHelper for ASP.NET Core are server-side wrappers for the Kendo UI Chip component.
The Chip is a compact element that represents an input, attribute, or action. The component enables user input and verifies that input by converting text into chips.
The component can be clicked or removed, and supports various styling options. The Chip is commonly used in email templates where each chip corresponds to a single person.
Initializing the Chip
The following example demonstrates how to initialize the Chip.
Razor
@(Html.Kendo().Chip()
.Name("chip")
.Label("Chip")
)Functionality and Features
- Appearance—The Chip delivers a number of ready-to-use, predefined sets of styling options.
- Customization—You can add a Select or Remove custom icon to the Chip as well as display avatars in it.
- Accessibility
