Basics Done
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@namespace Enciphered.Blazor.UIComponents
|
||||
|
||||
<div data-sidebar-header data-sidebar-trigger
|
||||
class="flex flex-col gap-2 p-2 cursor-pointer group-data-[state=collapsed]:group-data-[mobile=false]:items-center group-data-[state=collapsed]:group-data-[mobile=false]:px-0 @Class">
|
||||
@ChildContent
|
||||
</div>
|
||||
|
||||
@code {
|
||||
[Parameter] public RenderFragment? ChildContent { get; set; }
|
||||
[Parameter] public string? Class { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user