xj/yii2-sweetalert-widget

yii2-sweetalert-widget

1.0.0 2015-10-29 09:22 UTC

This package is auto-updated.

Last update: 2024-05-10 18:27:43 UTC


README

http://t4t5.github.io/sweetalert/

composer.json

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

Assets

//Base Assets
xj\sweetalert\SweetalertAsset::register($this);

//Themes Assets
xj\sweetalert\themes\FacebookAsset::register($this);
xj\sweetalert\themes\GoogleAsset::register($this);
xj\sweetalert\themes\TwitterAsset::register($this);