Files
radzen-blazor/RadzenBlazorDemos/Pages/ProfileMenuConfig.razor
2023-02-17 15:17:09 +02:00

15 lines
855 B
Plaintext

<div class="rz-p-12 rz-text-align-center" style="margin-bottom: 200px;">
<RadzenProfileMenu>
<Template>
<RadzenGravatar Email="user@example.com">
</RadzenGravatar>
</Template>
<ChildContent>
<RadzenProfileMenuItem Text="Buttons" Path="buttons" Icon="account_circle"></RadzenProfileMenuItem>
<RadzenProfileMenuItem Text="Menu" Path="menu" Icon="line_weight"></RadzenProfileMenuItem>
<RadzenProfileMenuItem Text="FileInput" Path="fileinput" Icon="attach_file"></RadzenProfileMenuItem>
<RadzenProfileMenuItem Text="Dialog" Path="dialog" Icon="perm_media"></RadzenProfileMenuItem>
<RadzenProfileMenuItem Text="Notification" Path="notification" Icon="announcement"></RadzenProfileMenuItem>
</ChildContent>
</RadzenProfileMenu>
</div>