Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 14, 2021 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/69af63f48f157208f0e6f07e0c6f1793 to your computer and use it in GitHub Desktop.
Save bjoerntx/69af63f48f157208f0e6f07e0c6f1793 to your computer and use it in GitHub Desktop.
<div class="@NavMenuCssClass" @onclick="ToggleNavMenu">
<ul class="nav flex-column">
<li class="nav-item px-3">
<NavLink class="nav-link" href="" Match="NavLinkMatch.All">
<span class="oi oi-home" aria-hidden="true"></span> Home
</NavLink>
</li>
<li class="nav-item px-3">
<NavLink class="nav-link" href="editor">
<span class="oi oi-plus" aria-hidden="true"></span> Editor
</NavLink>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment