tabler icon indicating copy to clipboard operation
tabler copied to clipboard

[FEATURE] - adding icons in navbar dropdown

Open Nejcc opened this issue 3 years ago • 2 comments

nice feature will be to add icons to navbars dropdown menu and sub-navbars

Nejcc avatar Feb 07 '22 15:02 Nejcc

Hey! Can I work on this issue?

KSruthiVel avatar Jul 12 '22 12:07 KSruthiVel

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: Bildschirmfoto 2022-07-30 um 14 25 06

kevinpapst avatar Jul 30 '22 12:07 kevinpapst