mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
<div @onclick="EventUtil.AsNonRenderingEventHandler<MouseEventArgs>(OnClickHandler)"
|
|
class="@LinkClassname">
|
|
@if (!string.IsNullOrEmpty(Icon))
|
|
{
|
|
<MudIcon Icon="@Icon" Color="@IconColor" Class="@IconClassname" />
|
|
}
|
|
<div Class="mud-nav-link-text">
|
|
@ChildContent
|
|
</div>
|
|
</div> |