Download the PHP package ckarjun/yii2-owl-carousel without Composer
On this page you can find all versions of the php package ckarjun/yii2-owl-carousel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ckarjun/yii2-owl-carousel
More information about ckarjun/yii2-owl-carousel
Files in ckarjun/yii2-owl-carousel
Download ckarjun/yii2-owl-carousel
More information about ckarjun/yii2-owl-carousel
Files in ckarjun/yii2-owl-carousel
Vendor ckarjun
Package yii2-owl-carousel
Short Description A Yii2 wrapper for owl carousel
License MIT
Package yii2-owl-carousel
Short Description A Yii2 wrapper for owl carousel
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-owl-carousel
Owl Carousel Widget
The OwlCarouselWidget is a Yii2 wrapper for the [Owl Carousel] (http://owlgraphic.com/owlcarousel/)
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
use ckarjun\owlcarousel\OwlCarouselWidget;
OwlCarouselWidget::begin([
'container' => 'div',
'containerOptions' => [
'id' => 'my-container-id',
'class' => 'my-container-class'
],
'pluginOptions' => [
'autoPlay' => 3000,
'items' => 4,
'itemsDesktop' => [1199,3],
'itemsDesktopSmall' => [979,3]
]
]);
<div class="my-item-class"><img src="my-image-1" alt="My Image"></div>
<div class="my-item-class"><img src="my-image-2" alt="My Image"></div>
<div class="my-item-class"><img src="my-image-3" alt="My Image"></div>
<div class="my-item-class"><img src="my-image-4" alt="My Image"></div>
OwlCarouselWidget::end();
All versions of yii2-owl-carousel with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package ckarjun/yii2-owl-carousel contains the following files
Loading the files please wait ....