xililo/yii-confirm

Widget For Confirmation Popups

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-widget

v0.6.0 2023-09-20 02:57 UTC

This package is auto-updated.

Last update: 2024-09-20 04:57:59 UTC


README

This Yii2 widget overides the default confirmation dialog with a nicer dialog, providing more beautiful interface.

Installation

You can install this extension via Composer. Run the following command in your Yii2 project's root directory:

composer require xililo/yii-confirm

Usage

use xililo\YiiConfirm\ConfirmAssets;

ConfirmAssets::register($this);