@this.Message
@this.ActionText
@code { [Parameter] public string Message { get; set; } = string.Empty; [Parameter] public string ActionText { get; set; } = "Add"; [Parameter] public Icon Icon { get; set; } = new Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.Size48.Search(); [Parameter] public bool Disabled { get; set; } [Parameter] public EventCallback OnAction { get; set; } }