css subgrid

This commit is contained in:
2024-11-01 17:42:07 -05:00
parent a67d03b4e2
commit f681497561
4 changed files with 38 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
<div>
@ChildContent
</div>
@code {
[Parameter] public RenderFragment ChildContent { get; set; } = default!;
}