Hi,
I want to put inside main menu a custom icon, I import a custom icon font into the project and define as ui-icon like the ultima documentation says.
The icon works great into other components like a button, but is not visible inside the ultima main menu.
Is it possible ?
Best regards
Andrés
Custom icon inside main menu is not working
Thank you very much for your suggestion, i add this
<i *ngIf="item.icon && !item.icon.startsWith('mdi')" class="material-icons">{{item.icon}}</i>
<i *ngIf="item.icon && item.icon.startsWith('mdi')" class="mdi {{item.icon}}"></i>
... and work perfectly.
Thank you !
<i *ngIf="item.icon && !item.icon.startsWith('mdi')" class="material-icons">{{item.icon}}</i>
<i *ngIf="item.icon && item.icon.startsWith('mdi')" class="mdi {{item.icon}}"></i>
... and work perfectly.
Thank you !
-
- Posts: 4638
- Joined: 29 Jun 2013, 12:38
Thanks a lot, @merve7 
Best Regards,

Best Regards,
Github Profile: https://github.com/mertsincan
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest