Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/Newtonsoft/Shared/MainLayout.cshtml')
-rw-r--r--wasm/Newtonsoft/Shared/MainLayout.cshtml15
1 files changed, 15 insertions, 0 deletions
diff --git a/wasm/Newtonsoft/Shared/MainLayout.cshtml b/wasm/Newtonsoft/Shared/MainLayout.cshtml
new file mode 100644
index 0000000..f64b021
--- /dev/null
+++ b/wasm/Newtonsoft/Shared/MainLayout.cshtml
@@ -0,0 +1,15 @@
+@inherits LayoutComponentBase
+
+<div class="sidebar">
+ <NavMenu />
+</div>
+
+<div class="main">
+ <div class="top-row px-4">
+ <a href="http://blazor.net" target="_blank" class="ml-md-auto">About</a>
+ </div>
+
+ <div class="content px-4">
+ @Body
+ </div>
+</div>