performance and user experience improvements
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
@namespace Oqtane.Themes.Controls
|
||||
@inherits ThemeControlBase
|
||||
|
||||
@if (!string.IsNullOrWhiteSpace(Value))
|
||||
{
|
||||
<span class="@Value" aria-hidden="true"></span>
|
||||
}
|
||||
|
||||
@code {
|
||||
[Parameter()]
|
||||
public string Value { get; set; }
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace Oqtane.Themes.Controls
|
||||
{
|
||||
public partial class FontIcon : ComponentBase
|
||||
{
|
||||
[Parameter()]
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
@namespace Oqtane.Themes.Controls
|
||||
|
||||
@inherits MenuItemsBase
|
||||
|
||||
@if (ParentPage != null)
|
||||
@ -75,4 +74,4 @@ else
|
||||
}
|
||||
}
|
||||
</ul>
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +0,0 @@
|
||||
namespace Oqtane.Themes.Controls
|
||||
{
|
||||
public partial class MenuItemsHorizontal : MenuItemsBase
|
||||
{
|
||||
}
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
@namespace Oqtane.Themes.Controls
|
||||
|
||||
@inherits MenuItemsBase
|
||||
|
||||
@if (ParentPage != null)
|
||||
|
@ -1,6 +0,0 @@
|
||||
namespace Oqtane.Themes.Controls
|
||||
{
|
||||
public partial class MenuItemsVertical : MenuItemsBase
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user