The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is there a way to set each chip in a list to a different color? I can use the .e-chip .e-chip-text to change if for all but I want to change it for a specific chip list and each row a different color. TIA
MKMuthukrishnan Kandasamy Syncfusion Team August 17, 2020 05:16 AM UTC
Hi Jason,
Thanks for contacting Syncfusion support.
We have validated your requirement in Syncfusion Chip component. Yes, we can set different color for each chip item. We have provided cssClass property for Chip component to customize the CSS of chip item. By using this property, we can add different custom class for each chip item and we can add the required styles using this custom class. Please refer to the below code block.