xj / yii2-notifyjs-widget
yii2-notifyjs-widget
Installs: 1 048
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- bower-asset/notifyjs: ~0.3
This package is auto-updated.
Last update: 2024-10-10 20:26:50 UTC
README
http://notifyjs.com/
https://github.com/notifyjs/notifyjs
composer.json
"require": { "xj/yii2-notifyjs-widget": "~1.0" },
Assets
//Base Assets xj\notifyjs\NotifyjsAsset::register($this); //Themes Assets xj\notifyjs\themes\MetroAsset::register($this);
Note
//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