In spite of the listItemTemplate is customizable it is not enough useful, because it is wrapped into a fixed div. When using, as an example, AdminLTE it can´t fit the requirements of this theme, because it requires an unordered list.
Adding a parameter like tagNameor containerTemplate can make it easy to reach.
https://github.com/machour/yii2-notifications/blob/d21a02b0c894a8ed44c96c40790c7ad47bc42a97/assets/notifications.js#L213
In spite of the
listItemTemplate
is customizable it is not enough useful, because it is wrapped into a fixed div. When using, as an example, AdminLTE it can´t fit the requirements of this theme, because it requires an unordered list.Adding a parameter like
tagName
orcontainerTemplate
can make it easy to reach.