You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
1.0 KiB

<MAppBar App Dark Height="48" Flat ClippedLeft>
<MImage Src="https://cdn.masastack.com/stack/images/logo/MASABlazor/logo-h-en-1.png" MaxWidth="120"></MImage>
<MSpacer></MSpacer>
<MButton Icon Width="36" Height="36">
<MIcon Small>mdi-magnify</MIcon>
</MButton>
<MButton Icon Width="36" Height="36">
<MIcon Small>mdi-help-circle-outline</MIcon>
</MButton>
<MButton Icon Width="36" Height="36">
<MIcon Small>mdi-bell-outline</MIcon>
</MButton>
<div>
<MAvatar Size="24">
<MImage Src="https://cdn.masastack.com/stack/images/website/masa-blazor/doddgu.png"></MImage>
</MAvatar>
<span class="pl-2" style="font-size: 14px;">Dodd Gu</span>
</div>
<MMenu OpenOnHover Top OffsetY>
<ActivatorContent>
<MButton @attributes="@context.Attrs">
<MButton Icon Width="36" Height="36">
<MIcon Small>mdi-translate</MIcon>
</MButton>
</MButton>
</ActivatorContent>
</MMenu>
</MAppBar>