Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 569 Bytes

JqueryNotifyBar.md

File metadata and controls

32 lines (23 loc) · 569 Bytes

Jquery Notify Bar

Installation

"loveorigami/yii2-notification-wrapper": "*",
"bower-asset/jqnotifybar": "^1.5"

to the require section of your composer.json file.

Usage

use lo\modules\noty\Wrapper;

echo Wrapper::widget([
    'layerClass' => 'lo\modules\noty\layers\JqueryNotifyBar'
    // default options
    'options' => [
        'position' => 'top',
        'delay' => 3000,
        'animationSpeed' => 'normal',

        // and more for this library herehttps://github.com/dknight/jQuery-Notify-bar
    ],
]);