xj/yii2-notifyjs-widget

1.0.1 2017-06-13 16:11 UTC

This package is auto-updated.

Last update: 2024-09-10 20:05:37 UTC


README文件

http://notifyjs.com/
https://github.com/notifyjs/notifyjs

composer.json文件

"require": {
    "xj/yii2-notifyjs-widget": "~1.0"
},

资源

//Base Assets
xj\notifyjs\NotifyjsAsset::register($this);

//Themes Assets
xj\notifyjs\themes\MetroAsset::register($this);

注意

//bootstrap theme include in notify.js, you can direct use it.
//see source
https://github.com/jpillora/notifyjs/blob/0b8891e/dist/notify.js#L531-L571