Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 556 Bytes

NotifIt.md

File metadata and controls

34 lines (25 loc) · 556 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\Wrapper;

echo Wrapper::widget([
    'layerClass' => 'lo\modules\noty\layers\NotifIt',
    // default options
    'options' => [
        'multiline' => true,
        'position' => 'center',
        'width' => 'all',
        'clickable' => true,

        // and more for this library...
    ],
]);