Example of Default Functionalities in Blazor Chips Component
This Blazor Chips sample demonstrates the default functionalities of Chips with different types and predefined styles. Click and interact with the Chips to select single or multiple options from the Chips collection.
Default Chips
Apple
Microsoft
Google
Tesla
Intel
Input Chips
Filter Chips
Extra Small
Small
Medium
Large
Extra Large
Choice Chips
A Chip is a small block of essential information that contains the text, an image, or both, and is mostly used in contacts, emails, or filter tags.
In this sample, Default, Input, Filter, and Choice Chips are demonstrated with their functionalities.
- Input Chips – A basic chip with a delete icon enables the removal of chips from the chip list collection.
- Choice Chips – Used to choose a choice from the available options.
- Filter Chips – Used to select multiple choices from available options.