@page "/compomenubutton"
@using Microsoft.FluentUI.AspNetCore.Components.DesignTokens
@inject AccentBaseColor AccentBaseColor
@rendermode RenderMode.InteractiveServer
MenuButton
The FluentMenuButton component used to trigger a menu.
Menu items can be supplied by both an Items parameter as well as manually as the ChildContent.
Default