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; }
|
||||
}
|
Reference in New Issue
Block a user