Initial commit - LayoutLib.RCL
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
@inherits LayoutComponentBase
|
||||
@namespace LayoutLib
|
||||
@using Common
|
||||
|
||||
<DaisyToastContainer />
|
||||
<NavMenu1 />
|
||||
@Body
|
||||
|
||||
|
||||
@code {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@* <div class="page">
|
||||
<div class="sidebar">
|
||||
<NavMenu />
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<div class="top-row px-4">
|
||||
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
|
||||
</div>
|
||||
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
</main>
|
||||
</div> *@
|
||||
Reference in New Issue
Block a user