dev-master
9999999-devThe Slippry widget for the Yii framework
BSD-3-Clause
The Requires
- yiisoft/yii2 *
- fxp/composer-asset-plugin >=1.0.0
- bower-asset/slippry >=1.3.1
by Davit G.
yii2 slippry
The Slippry widget for the Yii framework
The slippry slider widget for the Yii framework. See more here: http://slippry.com, (*1)
To load images arrows.svg and sy-loader.gif change default in slippry.css to, (*2)
background: url("../images/sy-loader.gif") 50% 50% no-repeat; background-image: url("../images/arrows.svg");
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
$ composer require nulledcc/yii2-slippry:dev-master
or add, (*5)
"nulledcc/yii2-slippry": "dev-master"
to the require
section of your composer.json
file., (*6)
<?=\nulledcc\slippry\slippry::widget([ 'items'=>[ ["img"=>"http://paygate.or.kr/wp-content/uploads/2013/11/slider__wat.png","a"=>["href"=>"http://mysite.com/"]], "http://parallaxslider.com/images/classic/bulletsFullWidth/02_bulletsFW.jpg" ], 'clientOptions'=>[ 'accepts'=>'random', ] ]);?>
The Slippry widget for the Yii framework
BSD-3-Clause
yii2 slippry