Skip to content

lxpgw/yii2-widget-sweet-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-widget-sweet-alert

Yii2 widget wrapper for sweet-alert

Install

composer require light/yii2-widget-sweet-alert=dev-master

Usage

use light\widgets\SweetAlert;

SweetAlert::widget([
	'title' => 'hello',
	'text' => 'this is discription for alert',
	....
]);

Options

Pls see the document of sweet-alert

About

yii2 widget for sweet-alert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published