uran1980/yii2-igrowl-widget An Yii2 igrowl widget based on iGrowl jQuery plugin.

widgetsyii2-igrowl-widgetigrowl

Yii2 iGrowl Widget

An Yii2 igrowl widget based on iGrowl jQuery plugin.

What is iGrowl?

iGrowl is a lightweight jQuery plugin that generates growl-like notifications with an emphasis on icons. Alerts are fully responsive and CSS animations are used to provide optimal performance.

Installation

Composer

The preferred way to install this extension is through Composer.

Either run

php composer.phar require uran1980/yii2-igrowl-widget "dev-master"

or add

"uran1980/yii2-igrowl-widget": "dev-master"

to the require section of your composer.json

Usage

To activate this widget add this line to you view or layout:

<?php echo uran1980\yii\widgets\igrowl\Igrowl::widget(); ?>

Available options: theme, for example:

<?php echo uran1980\yii\widgets\igrowl\Igrowl::widget([
    'theme' => 'steadysets',
]); ?>

available themes are: steadysets (default), vicons, linecons and feather

Author

Ivan Yakovlev, e-mail: uran1980@gmail.com

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.0.1 is the latest of one release



MIT license
Stats
1 github stars & 1 github forks
0 downloads in the last day
16 downloads in the last 30 days
18207 total downloads