Front End
- MudBlazor Theme Manager tryout - Navigation bar rework - Icons and styles rework - Track Gallery & Card layout redesign for SPA - Track Player bottom bar
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<MudStack Row AlignItems="AlignItems.Center" Spacing="3" Class="mx-3">
|
||||
@if (Icon != null)
|
||||
{
|
||||
<MudIcon Icon="@Icon" />
|
||||
}
|
||||
<NavLink href="@Href" Match="@(Match ?? NavLinkMatch.Prefix)">
|
||||
@if (ChildContent != null)
|
||||
{
|
||||
@ChildContent
|
||||
}
|
||||
</NavLink>
|
||||
</MudStack>
|
||||
Reference in New Issue
Block a user