Drawer - changes, removed tags used for testing
This commit is contained in:
parent
63a84810f5
commit
7c8ca6fc47
@ -4,7 +4,6 @@
|
||||
<p>@_screenBreakpoint.ToString()</p>
|
||||
@if (_screenBreakpoint.ToString().ToLower() != "xs")
|
||||
{
|
||||
<p>Drawer</p>
|
||||
<aside @onmouseenter="OnMouseEnter" @onmouseleave="OnMouseLeave" @attributes="CustomAttributes" class="@CompiledClassList.Build()" style="@CompiledStyleList.Build()">
|
||||
<div @ref="_contentRef" class="drawer-content">
|
||||
<CascadingValue Value="this" IsFixed="true">
|
||||
@ -15,7 +14,6 @@
|
||||
</aside>
|
||||
<Overlay Visible="@OverlayVisible" OnClick="@CloseDrawer" Class="@CompiledOverlayClass.Build()" DarkBackground="true" LockScroll=false />
|
||||
} else {
|
||||
<p>Tabs</p>
|
||||
<Tabs>
|
||||
<CascadingValue Value="this" IsFixed="true">
|
||||
@ChildContent
|
||||
|
Loading…
x
Reference in New Issue
Block a user