yii2-adminlte-asset icon indicating copy to clipboard operation
yii2-adminlte-asset copied to clipboard

Add `badge` property to widgets\Menu

Open TechTopcomputer opened this issue 6 years ago • 3 comments

Please, add ability to use badges in Menu

  • public $linkTemplate = '<a href="{url}">{icon} {label} {badge}</a>';
  • public $badgeTemplate = '<span class="pull-right-container"><small class="label pull-right {color}">{text}</small></span>';
  • Take a look at AdminLTE left menu "mailbox" item (it have a badges): https://adminlte.io/themes/AdminLTE/index2.html

TechTopcomputer avatar Sep 18 '19 14:09 TechTopcomputer

PRs are very welcome :wink:

schmunk42 avatar Sep 18 '19 18:09 schmunk42

PRs are very welcome

What does this mean? What should be done? Please forgive my misunderstanding.

TechTopcomputer avatar Sep 19 '19 10:09 TechTopcomputer

You could write some code to fix this issue and send Pull Request to this repository after.

githubjeka avatar Sep 19 '19 10:09 githubjeka