Yii2 widget wrapper for sweet-alert
composer require light/yii2-widget-sweet-alert=dev-master
use light\widgets\SweetAlert;
SweetAlert::widget([
'title' => 'hello',
'text' => 'this is discription for alert',
....
]);
Pls see the document of sweet-alert