diff --git a/BlazorFluentUI/Components/Layout/NavMenu.razor b/BlazorFluentUI/Components/Layout/NavMenu.razor
index cfd6c79..7fc50e0 100644
--- a/BlazorFluentUI/Components/Layout/NavMenu.razor
+++ b/BlazorFluentUI/Components/Layout/NavMenu.razor
@@ -51,6 +51,7 @@
CounterBadge
PresenceBadge
+ Breadcrumb
diff --git a/BlazorFluentUI/Components/Pages/Components/CompoBreadCrumb.razor b/BlazorFluentUI/Components/Pages/Components/CompoBreadCrumb.razor
new file mode 100644
index 0000000..61ef905
--- /dev/null
+++ b/BlazorFluentUI/Components/Pages/Components/CompoBreadCrumb.razor
@@ -0,0 +1,67 @@
+@page "/compobreadcrumb"
+
+@rendermode RenderMode.InteractiveServer
+
+Breadcrumb
+
+The FluentBreadcrumb
component wraps a web component of a breadcrumb
.
+
+Default Example
+
+
+ Breadcrumb item
+
+
+
+With custom separator and icons
+
+
+
+ Breadcrumb item
+
+
+
+
+ Breadcrumb item
+
+
+
+
+
+
+
+Nested
+
+
+
+
+ Breadscrumb item1
+
+
+ Breadscrumb item2
+
+
+ Breadscrumb item3
+
+
+
+
+
+ Home
+
+
+
+ Options
+
+
+
+ Payments
+
+
+
+
+
+
+@code {
+
+}