Create prime pagine

This commit is contained in:
2025-05-08 16:38:31 +02:00
parent 77bcca44eb
commit ea52494dfb
36 changed files with 4681 additions and 369 deletions

View File

@@ -0,0 +1,10 @@
<div class="header">
<div class="header-content">
<h3 class="page-title">@Title</h3>
<MudIconButton Icon="@Icons.Material.Filled.FilterAlt" Color="Color.Dark" />
</div>
</div>
@code{
[Parameter] public string? Title { get; set; }
}