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.
SAShameer Ali Baig Sulaiman Ali Baig Syncfusion Team January 23, 2020 12:39 AM
Hi Ebi,
Thanks for contacting Syncfusion support.
In EJ2 Chips control, we have provided cssClass property. For this requirement, you can add the custom class for Chips control by using this property. Based on this custom class, you can add the styles for chips. Refer the below code block.
<EjsChipListCssClass="custom">
<ChipCollection>
<ChipListChipText="Chai"></ChipListChip>
<ChipListChipText="Chang"></ChipListChip>
<ChipListChipText="Aniseed Syrup"></ChipListChip>
<ChipListChipText="Ikura"></ChipListChip>
</ChipCollection>
</EjsChipList>
<style>
.custom.e-chip {
width: 250px;
}
</style>
We have prepared sample for your convenience. Kindly refer to the below link for the sample.