Thorsten Sommer
4b62e5265c
- Added a NavItem component - Replaced the navbar toggle icon - Made the navbar tighter - Fixed the navbar's padding - Render the nav items dynamically
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
<li class="nav-item">
|
|
<a class="nav-link active" aria-current="page" href="@this.Route">
|
|
@if (this.ShowIcon)
|
|
{
|
|
<Icon Filename="@this.IconFilename" Size="25" AltText="@this.AltText" />
|
|
}
|
|
<span class="ms-1 align-middle">@this.Text</span>
|
|
</a>
|
|
</li> |