Ant Design Blazor
@namespace antblazorpro @using OneOf @inherits LayoutComponentBase
@code { public LinkItem[] Links { get; set; } = { new LinkItem { Key = "Ant Design Blazor", Title = "Ant Design Blazor", Href = "https://antblazor.com", BlankTarget = true, }, new LinkItem { Key = "github", Title = (RenderFragment)(@