tabler
tabler copied to clipboard
[FEATURE] - adding icons in navbar dropdown
nice feature will be to add icons to navbars dropdown menu and sub-navbars
Hey! Can I work on this issue?
Already possible (here with an example for Fontawesome):
<a class="dropdown-item " href="/en/timesheet/">
<span class="nav-link-icon d-md-none d-lg-inline-block text-center"><i class="fas fa-clock"></i></span>
My times
</a>
There is even an example in the official demo:
