Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 531 Bytes

NotifIt.md

File metadata and controls

33 lines (24 loc) · 531 Bytes

NotifIt

"NotifIt"

Installation

"loveorigami/yii2-notification-wrapper": "*",
"bower-asset/notifit": "^1.1"

to the require section of your composer.json file.

Usage

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...
  ],
]);