Initial commit
This commit is contained in:
15
Oqtane.Client/Skins/Skin3/VerticalLayout.razor
Normal file
15
Oqtane.Client/Skins/Skin3/VerticalLayout.razor
Normal file
@ -0,0 +1,15 @@
|
||||
@using Oqtane.Skins
|
||||
@using Oqtane.Client.Shared
|
||||
@inherits SkinBase
|
||||
|
||||
<div class="row px-4">
|
||||
<Pane Name="Top" />
|
||||
</div>
|
||||
<div class="row px-4">
|
||||
<Pane Name="Bottom" />
|
||||
</div>
|
||||
|
||||
@functions {
|
||||
public override string Name { get { return "Vertical Layout"; } }
|
||||
public override string Panes { get { return "Top;Bottom"; } }
|
||||
}
|
Reference in New Issue
Block a user