diff --git a/BlazorFluentUI/Components/Layout/NavMenu.razor b/BlazorFluentUI/Components/Layout/NavMenu.razor
index 751d7c1..ce91d95 100644
--- a/BlazorFluentUI/Components/Layout/NavMenu.razor
+++ b/BlazorFluentUI/Components/Layout/NavMenu.razor
@@ -70,6 +70,7 @@
FluentOverlay
s are used to templorarily overlay screen content to focus a dialog, progress or other infomtion/interaction.
diff --git a/BlazorFluentUI/Components/Pages/Components/CompoToast.razor b/BlazorFluentUI/Components/Pages/Components/CompoToast.razor
new file mode 100644
index 0000000..8fb307b
--- /dev/null
+++ b/BlazorFluentUI/Components/Pages/Components/CompoToast.razor
@@ -0,0 +1,30 @@
+@page "/compotoast"
+
+@inject IToastService ToastService
+
+@rendermode RenderMode.InteractiveServer
+
+FluentToast
s, referred to as "notifications" in the UI, are pop-up notifications that keep users informed by briefly.
++ Click ont this button to open a Toast. +
+