@if (Show) {
@ChildContent
} @code { [Parameter] public RenderFragment ChildContent { get; set; } [Parameter] public bool Show { get; set; } }