|
|
@ -4,7 +4,6 @@
|
|
|
|
<p>@_screenBreakpoint.ToString()</p>
|
|
|
|
<p>@_screenBreakpoint.ToString()</p>
|
|
|
|
@if (_screenBreakpoint.ToString().ToLower() != "xs")
|
|
|
|
@if (_screenBreakpoint.ToString().ToLower() != "xs")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
<p>Drawer</p>
|
|
|
|
|
|
|
|
<aside @onmouseenter="OnMouseEnter" @onmouseleave="OnMouseLeave" @attributes="CustomAttributes" class="@CompiledClassList.Build()" style="@CompiledStyleList.Build()">
|
|
|
|
<aside @onmouseenter="OnMouseEnter" @onmouseleave="OnMouseLeave" @attributes="CustomAttributes" class="@CompiledClassList.Build()" style="@CompiledStyleList.Build()">
|
|
|
|
<div @ref="_contentRef" class="drawer-content">
|
|
|
|
<div @ref="_contentRef" class="drawer-content">
|
|
|
|
<CascadingValue Value="this" IsFixed="true">
|
|
|
|
<CascadingValue Value="this" IsFixed="true">
|
|
|
@ -15,7 +14,6 @@
|
|
|
|
</aside>
|
|
|
|
</aside>
|
|
|
|
<Overlay Visible="@OverlayVisible" OnClick="@CloseDrawer" Class="@CompiledOverlayClass.Build()" DarkBackground="true" LockScroll=false />
|
|
|
|
<Overlay Visible="@OverlayVisible" OnClick="@CloseDrawer" Class="@CompiledOverlayClass.Build()" DarkBackground="true" LockScroll=false />
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
<p>Tabs</p>
|
|
|
|
|
|
|
|
<Tabs>
|
|
|
|
<Tabs>
|
|
|
|
<CascadingValue Value="this" IsFixed="true">
|
|
|
|
<CascadingValue Value="this" IsFixed="true">
|
|
|
|
@ChildContent
|
|
|
|
@ChildContent
|
|
|
|