It’s the bootstrap icons done via iconify
Oi oi blazor
Hi just wondering where <span class="oi oi-list-rich" aria-hidden="true"></span> Fetch data is referencing for the nav menu icon there cool just wasnt sure where they come from in the maui blazor excercise
Developer technologies | .NET | Blazor
-
Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
2022-09-10T15:29:39.11+00:00
3 additional answers
Sort by: Most helpful
-
Anonymous
2022-09-12T02:47:31.743+00:00 Try to use F12 developer tools to check the html element's CSS style and CSS reference, we can see the Asp.Net 6 Blazor application use the Open Iconic v1.1.1 package to add this icon.
And the CSS file:
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.Best regards,
Dillion -
Vault tech industries 46 Reputation points
2022-09-12T02:47:18.107+00:00 Thank you kind sir
-
Vault tech industries 46 Reputation points
2022-09-12T02:55:17.42+00:00 Legend mate didn't even cross my mind to boot it up in web dev mode.