Hi Ralph,
Thanks for contacting Syncfusion support!
We have checked your reported case “How to use Font awesome and other icon set with Accordion” and Accordion provides support to allow other icons using IconCss property. We have prepared a sample based on your requirement which contains font awesome with Accordion item. Refer the below code.
|
<SfAccordion>
<AccordionItems>
<AccordionItem Header="DisplayName" CssClass="@CssClass" IconCss="fas fa-address-card">
<ContentTemplate>
<Counter></Counter>
</ContentTemplate>
</AccordionItem>
...
</AccordionItems>
</SfAccordion> |
Include the below highlighted font awesome style reference in ~/Host.cshtml
|
<head>
...
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/material.css" rel="stylesheet" />
</head> |
Also, you can download this sample using the following link.
Please get back to us, if you need further assistance .
Regards
Alagumeena.K