You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
807 B
26 lines
807 B
@inherits LayoutComponentBase
|
|
|
|
<FluentLayout>
|
|
<FluentHeader>
|
|
BlazorFluentUI
|
|
</FluentHeader>
|
|
<FluentStack Class="main" Orientation="Orientation.Horizontal" Width="100%">
|
|
<NavMenu />
|
|
<FluentBodyContent Class="body-content">
|
|
<div class="content">
|
|
@Body
|
|
</div>
|
|
</FluentBodyContent>
|
|
</FluentStack>
|
|
<FluentFooter>
|
|
<a href="https://www.fluentui-blazor.net" target="_blank">Documentation and demos</a>
|
|
<FluentSpacer />
|
|
<a href="https://learn.microsoft.com/en-us/aspnet/core/blazor" target="_blank">About Blazor</a>
|
|
</FluentFooter>
|
|
</FluentLayout>
|
|
|
|
<div id="blazor-error-ui">
|
|
An unhandled error has occurred.
|
|
<a href="" class="reload">Reload</a>
|
|
<a class="dismiss">🗙</a>
|
|
</div>
|
|
|