(OnClickHandler)"
+ class="@LinkClassname">
+ @if (!string.IsNullOrEmpty(Icon))
+ {
+
+ }
+
+ @ChildContent
+
+
\ No newline at end of file
diff --git a/Lantean.QBTMudBlade/Components/FakeNavLink.razor.cs b/Lantean.QBTMudBlade/Components/FakeNavLink.razor.cs
new file mode 100644
index 0000000..9641806
--- /dev/null
+++ b/Lantean.QBTMudBlade/Components/FakeNavLink.razor.cs
@@ -0,0 +1,72 @@
+using Microsoft.AspNetCore.Components;
+using Microsoft.AspNetCore.Components.Routing;
+using Microsoft.AspNetCore.Components.Web;
+using MudBlazor;
+using MudBlazor.Utilities;
+
+namespace Lantean.QBTMudBlade.Components
+{
+ public partial class FakeNavLink
+ {
+ [Parameter]
+ public bool Active { get; set; }
+
+ [Parameter]
+ public bool Disabled { get; set; }
+
+ [Parameter]
+ public string? Class { get; set; }
+
+ [Parameter]
+ public bool DisableRipple { get; set; }
+
+ ///