light / yii2-widget-sweet-alert
为 sweet-alert 提供的 Yii2 小部件
dev-master
2015-01-26 14:24 UTC
Requires
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2024-09-08 19:51:31 UTC
README
为 sweet-alert 提供的 Yii2 小部件包装器
安装
composer require light/yii2-widget-sweet-alert=dev-master
使用方法
use light\widgets\SweetAlert;
SweetAlert::widget([
'title' => 'hello',
'text' => 'this is discription for alert',
....
]);
选项
请参阅 sweet-alert 的文档