diff --git a/examples/Demo/FluentUI.Demo.Client/Documentation/Components/Nav/Examples/NavDefault.razor b/examples/Demo/FluentUI.Demo.Client/Documentation/Components/Nav/Examples/NavDefault.razor new file mode 100644 index 0000000000..b85ce739c6 --- /dev/null +++ b/examples/Demo/FluentUI.Demo.Client/Documentation/Components/Nav/Examples/NavDefault.razor @@ -0,0 +1,108 @@ +@using Microsoft.FluentUI.AspNetCore.Components +@using Microsoft.FluentUI.AspNetCore.Components.Extensions +@inject IDialogService DialogService + +