Move action buttons after the forms.

This commit is contained in:
2025-12-25 23:42:18 -05:00
parent 023e6c289a
commit 059a16b958
8 changed files with 53 additions and 36 deletions
@@ -0,0 +1,10 @@
@namespace WebApp.Components.Shared.Components
@using MudBlazor
<div class="form-actions">
@ChildContent
</div>
@code {
[Parameter] public RenderFragment? ChildContent { get; set; }
}