Pagina profilo e modiche al theme
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
<div class="header">
|
||||
<div class="header-content">
|
||||
<h3 class="page-title">@Title</h3>
|
||||
<MudIconButton Icon="@Icons.Material.Filled.FilterAlt" Color="Color.Dark" />
|
||||
@if (ShowFilter)
|
||||
{
|
||||
<MudIconButton Icon="@Icons.Material.Filled.FilterAlt" Color="Color.Dark" />
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@code{
|
||||
[Parameter] public string? Title { get; set; }
|
||||
[Parameter] public bool ShowFilter { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user