Files
BimAI/Bimix.UI.Shared/Components/NavMenu.razor
Michał Zieliński c1d0c0bd94 Basic WEB is working
2025-06-23 15:07:13 +02:00

10 lines
353 B
Plaintext

@using Microsoft.AspNetCore.Components.Routing
@using MudBlazor
<MudNavMenu>
<MudNavLink href="dashboard" Icon="@Icons.Material.Filled.Dashboard" Match="NavLinkMatch.All">
Dashboard
</MudNavLink>
<MudNavLink Href="products" Icon="@Icons.Material.Filled.List" Match="NavLinkMatch.All">
Produkty
</MudNavLink>
</MudNavMenu>