Blazor ChipList - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
- Overview.razor
- CustomerService.cs
- CustomerDto.cs
The ChipList component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The ChipList shows pieces of information in a compact form. The chips may represent entities that can be people, places, or things.
The chips in the list can be selected, disabled or removed, and support styling options, such as icon, fill mode and adjustable rounded corners. The chips are commonly used in email templates where each chip is a single recipient. They can also be used for filtering.
The ChipList can detect some default model property names and apply the values to its chip configurations. Or, it provides parameters to configure the property names from the model, such as TextField
, IconField
, etc.
The ItemTemplate
tag of the ChipList allows you to render custom HTML content or nested Razor components in each chip.