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
Requires
- yiisoft/yii2: ~2.0.0
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;