@Text

@code { [Parameter] public string ImageSource { get; set; } = string.Empty; [Parameter] public string Text { get; set; } = string.Empty; }