dev-master
9999999-devjGrowl notifications widget for Yii2 framework
MIT
The Requires
- yiisoft/yii2 *
- bower-asset/jgrowl *
by zckri
css yii2 widget js notification alert jgrowl
Wallogit.com
2017 © Pedro Peláez
jGrowl notifications widget for Yii2 framework
This is a yii2 widget, which makes use of jgrowl plugin (see here), (*1)
Installation:, (*2)
composer require joker7789/yiigrowl:dev-master
Usage example (in your view/layout for example):, (*3)
<?=\joker7789\yiigrowl\Growl::widget([
'message' => "Hello World",
'options' => ['header' => 'testing header'],
]);?>
cheers,, (*4)
zckri, (*5)
jGrowl notifications widget for Yii2 framework
MIT
css yii2 widget js notification alert jgrowl