light/yii2-widget-sweet-alert

Yii2 widget for sweet-alert

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 1

Language:JavaScript

dev-master 2015-01-26 14:24 UTC

This package is auto-updated.

Last update: 2024-04-08 18:54:00 UTC


README

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