"loveorigami/yii2-notification-wrapper": "*",
"bower-asset/notifit": "^1.1"
to the require
section of your composer.json
file.
use lo\modules\noty\widgets\Wrapper;
echo Wrapper::widget([
'layerClass' => 'lo\modules\noty\widgets\layers\NotifIt',
'options' => [
'multiline' => true,
'position' => 'right',
'append' => true,
'clickable' => true,
// and more for this library...
],
]);