@ChildContent
@code { [Parameter] public required RenderFragment ChildContent { get; set; } [Parameter(CaptureUnmatchedValues = true)] public IDictionary? AdditionalAttributes { get; set; } }