Made home page and startet the layout for settings home page
This commit is contained in:
@@ -1,30 +1,11 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<FluentLayout>
|
||||
<FluentLayoutItem Area="LayoutArea.Header">
|
||||
<FluentLayoutHamburger />
|
||||
Pos.Web
|
||||
</FluentLayoutItem>
|
||||
<FluentLayoutItem Area="LayoutArea.Navigation">
|
||||
<NavMenu />
|
||||
</FluentLayoutItem>
|
||||
<FluentLayoutItem Area="LayoutArea.Content" Class="main">
|
||||
<div class="content">
|
||||
@Body
|
||||
</div>
|
||||
</FluentLayoutItem>
|
||||
|
||||
<FluentLayoutItem Area="LayoutArea.Footer">
|
||||
<div style="display: flex">
|
||||
<FluentLink Href="https://www.fluentui-blazor.net" Target="LinkTarget.Blank" IconEnd="@(new Icons.Regular.Size16.ArrowExit())">
|
||||
Documentation and demos
|
||||
</FluentLink>
|
||||
<FluentSpacer />
|
||||
<FluentLink Href="https://learn.microsoft.com/en-us/aspnet/core/blazor" Target="LinkTarget.Blank" IconEnd="@(new Icons.Regular.Size16.ArrowExit())">
|
||||
About Blazor
|
||||
</FluentLink>
|
||||
</div>
|
||||
</FluentLayoutItem>
|
||||
</FluentLayout>
|
||||
|
||||
<div id="blazor-error-ui" data-nosnippet>
|
||||
|
||||
Reference in New Issue
Block a user