@using Microsoft.AspNetCore.Components.Routing
  • class="@("flex items-center p-2 text-base font-normal text-secondary cursor-pointer rounded-lg hover:bg-secondary")"> @ChildContent
  • @code { [Parameter] public RenderFragment ChildContent { get; set; } = default!; [Parameter] public string? Href { get; set; } /* [Parameter] public NavLinkMatch NavLinkMatch { get; set; } = NavLinkMatch.All; */ }