sfili81/alert-widget

Alert widget without bootstrap dependency

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-widget

V1.01 2025-01-23 13:38 UTC

This package is auto-updated.

Last update: 2025-04-11 09:21:17 UTC


README

###Alert Widget for Yii2

This widget offers an easy method to embed an alert on your page without any css dependency.

The preferred way to install this extension is through composer. Either run

php composer.phar require --prefer-dist sfili81/alert-w "*"

or add

"sfili81/alert-w": "*"

to the require section of your composer.json file.

##Usage Once the extension is installed, simply use it in your code by :

    use sfili81\AlertW\AlertW;