2017 © Pedro Peláez
 

yii2-extension yii2-owl-carousel

A Yii2 wrapper for owl carousel

image

ckarjun/yii2-owl-carousel

A Yii2 wrapper for owl carousel

  • Monday, August 15, 2016
  • by ckarjun
  • Repository
  • 1 Watchers
  • 1 Stars
  • 913 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

Owl Carousel Widget

The OwlCarouselWidget is a Yii2 wrapper for the [Owl Carousel] (http://owlgraphic.com/owlcarousel/), (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist ckarjun/yii2-owl-carousel "*"

or add, (*4)

"ckarjun/yii2-owl-carousel": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

```php use ckarjun\owlcarousel\OwlCarouselWidget;, (*7)

OwlCarouselWidget::begin([ 'container' => 'div', 'containerOptions' => [ 'id' => 'my-container-id', 'class' => 'my-container-class' ], 'pluginOptions' => [ 'autoPlay' => 3000, 'items' => 4, 'itemsDesktop' => [1199,3], 'itemsDesktopSmall' => [979,3] ] ]);, (*8)

My Image
My Image
My Image
My Image

OwlCarouselWidget::end();, (*9)

The Versions

15/08 2016

dev-master

9999999-dev

A Yii2 wrapper for owl carousel

  Sources   Download

MIT

The Requires

 

by Arjun C K

extension yii2 owlcarousel carousel

15/08 2016

v1.0.1

1.0.1.0

A Yii2 wrapper for owl carousel

  Sources   Download

MIT

The Requires

 

by Arjun C K

extension yii2 owlcarousel carousel