diff --git a/BlazorFluentUI/Components/Layout/NavMenu.razor b/BlazorFluentUI/Components/Layout/NavMenu.razor
index ff51515..fd31a25 100644
--- a/BlazorFluentUI/Components/Layout/NavMenu.razor
+++ b/BlazorFluentUI/Components/Layout/NavMenu.razor
@@ -54,6 +54,7 @@
BreadcrumbButton
+ MenuButton
diff --git a/BlazorFluentUI/Components/Pages/Components/CompoMunuButton.razor b/BlazorFluentUI/Components/Pages/Components/CompoMunuButton.razor
new file mode 100644
index 0000000..7a1ca56
--- /dev/null
+++ b/BlazorFluentUI/Components/Pages/Components/CompoMunuButton.razor
@@ -0,0 +1,54 @@
+@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
+
+
+