Kendo UI for Angular
The Kendo UI for Angular Chip is a small building block component that shows text, a close or delete icon, and images. Often used in social media platforms or email clients to indicate the different users in the recipient’s field of a message, the Angular Chip component is perfect for listing selected items.
You can easily implement the Kendo UI for Angular Chip in different scenarios. The component provides several predefined types, including success, info, error and warning types, to better equip you for the manifold applications of the chip.
Content of a Kendo UI for Angular Chip can be as simple as a string or more complex as you can add custom content, such as avatars, icons and custom classes.
The Chip component has the ability to display avatars and can utilize custom select and custom remove icons.
Chip comes with two predefined appearance options: the Filled Chip, which sets a background color to its content, and the Outlined Chip, which sets a transparent background color and an outline.
For globalization and internationalization scenarios, the Kendo UI for Angular Chip can be rendered in an RTL (right-to-left) mode.