dev-master
9999999-devthe last carousel you'll ever need
MIT
The Requires
- bower-asset/slick-carousel @stable
extension yii2 responsive js-carousel
the last carousel you'll ever need
the Preview http://kenwheeler.github.io/slick/, (*1)
The yii2 widget to the fantastic slick-carousel. This widget generate you the only the javascript., (*2)
drmabuse/yii2-slick-carousel:"*"
cd vendor/drmabuse/yii2-slick-carousel/web bower install
\drmabuse\slick\SlickWidget::widget([ 'container' => '.single-item', 'settings' => [ 'slick' => [ 'infinite' => true, 'slidesToShow' => 3, 'onBeforeChange'=> new \yii\web\JsExpression('function(){ }'), 'onAfterChange' => new \yii\web\JsExpression('function(){ console.debug(this); }'), 'responsive' => [ [ 'breakpoint'=> 768, 'settings'=> [ 'arrows'=> false, 'centerMode'=> true, 'centerPadding'=> 40, 'slidesToShow'=> 3 ] ] ], ], 'slickGoTo' => 3, ] ]); <div class="slider single-item"> <div><h3>1</h3></div> <div><h3>2</h3></div> <div><h3>3</h3></div> <div><h3>4</h3></div> <div><h3>5</h3></div> <div><h3>6</h3></div> </div>
the last carousel you'll ever need
MIT
extension yii2 responsive js-carousel