Basic WEB is working
This commit is contained in:
10
Bimix.UI.Shared/Components/NavMenu.razor
Normal file
10
Bimix.UI.Shared/Components/NavMenu.razor
Normal file
@@ -0,0 +1,10 @@
|
||||
@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>
|
||||
Reference in New Issue
Block a user