9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
<div style="display: flex; gap: 16px; width: 100%; flex-direction: column;">
|
|
@ChildContent
|
|
</div>
|
|
|
|
@code {
|
|
|
|
[Parameter] public RenderFragment? ChildContent { get; set; }
|
|
|
|
} |