Download the PHP package elgorm/yii2-owl-carousel without Composer
On this page you can find all versions of the php package elgorm/yii2-owl-carousel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elgorm/yii2-owl-carousel
More information about elgorm/yii2-owl-carousel
Files in elgorm/yii2-owl-carousel
Download elgorm/yii2-owl-carousel
More information about elgorm/yii2-owl-carousel
Files in elgorm/yii2-owl-carousel
Please rate this library. Is it a good library?
Informations about the package yii2-owl-carousel
A Yii2 wrapper for owl carousel (v2)
Widget Yii2 for owl carousel
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 :
<? OwlCarouselWidget::begin([
'container' => 'div',
'theme' => 'green', // green or default
'containerOptions' => [
'id' => 'my-container-id',
'class' => 'my-container-class'
],
'pluginOptions' => [
...
'loop' => true,
'items' => 4,
...
]
]);
?>
<div class="my-item-class"><img src="my-image-1.jpg" alt="My Image"></div>
<div class="my-item-class"><img src="my-image-2.jpg" alt="My Image"></div>
<div class="my-item-class"><img src="my-image-3.jpg" alt="My Image"></div>
<div class="my-item-class"><img src="my-image-4.jpg" alt="My Image"></div>
<? OwlCarouselWidget::end();?>
All versions of yii2-owl-carousel with dependencies
PHP Build Version
Package Version
The package elgorm/yii2-owl-carousel contains the following files
Loading the files please wait ....