xj/yii2-nivolightbox-widget yii2-nivolightbox-widget

yii2-nivolightbox-widget

http://demo.dev7studios.com/nivo-lightbox/

composer.json

"require": {
    "xj/yii2-nivolightbox-widget": "*"
},

In View


use xj\nivo\lightbox\LightboxAsset;
use xj\nivo\lightbox\DefaultThemeAsset;
LightboxAsset::register($this);
DefaultThemeAsset::register($this);

In Assets depends

public $depends = [
    'xj\nivo\lightbox\LightboxAsset',
    'xj\nivo\lightbox\DefaultThemeAsset',
];

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.0 is the latest of one release



BSD-3-Clause license
Stats
0 github stars & 1 github forks
0 downloads in the last day
2 downloads in the last 30 days
201 total downloads