@Title
@Body.Text
@code { [Parameter] public string Title { get; set; } = "Set By Child"; [Parameter] public PanelBody Body { get; set; } = new() { Text = "Set by child.", Style = "normal" }; }