I did try the syncfusion sample code. However, after npm run serve, no icon is shown. It just shows up the number. May I know why? What is the reference that I have missed out?
#sidebar-treeview #main-treeview .icon-microchip::before {
content: "\e806";
}
#sidebar-treeview #main-treeview .icon-thumbs-up-alt::before {
content: "\e805";
}
#sidebar-treeview #main-treeview .icon-docs::before {
content: "\e802";
} |
Hi.
I did change the \exxx based on the link below. But it is not working.
https://ej2.syncfusion.com/vue/documentation/appearance/icons/
For your information, I am using iconCss and icon class for icon. The given link is using e-icon. So, what should I do if I am using iconCss and icon class to change other icon type?
Thanks.
Hi.
I did change the \exxx based on the link below. But it is not working.
https://ej2.syncfusion.com/vue/documentation/appearance/icons/
For your information, I am using iconCss and icon class for icon. The given link is using e-icon. So, what should I do if I am using iconCss and icon class to change other icon type?
Thanks.
Hi.
I did change the \exxx based on the link below. But it is not working.
https://ej2.syncfusion.com/vue/documentation/appearance/icons/
For your information, I am using iconCss and icon class for icon. The given link is using e-icon. So, what should I do if I am using iconCss and icon class to change other icon type?
Thanks.
npm install @syncfusion/ej2 |