2017 © Pedro Peláez
 

yii2-extension yii2-owlcarousel2

Carousel adapted for yii2 framework

image

victororozco/yii2-owlcarousel2

Carousel adapted for yii2 framework

  • Monday, April 30, 2018
  • by victororozco
  • Repository
  • 0 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OwlCarousel

Carousel adapted for yii2 framework, (*1)

Animation:

animated.css, (*2)

Owl Carousel

owl.carousel.js, (*3)

Installation

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

Either run, (*5)

php composer.phar require --prefer-dist victororozco/yii2-owlcarousel2 "*"

or add, (*6)

"victororozco/yii2-owlcarousel2": "*"

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

Usage

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

use victororozco\owlcarousel\OwlCarousel;

 1,
    'loop'          => true,
    'margin'        => 10,
    'autoplay'      => true,
    'animateIn'     => 'fadeInLeft',
    'animateOut'    => 'slideOutDown',
]); ?>



The Versions

30/04 2018

dev-master

9999999-dev https://github.com/victororozco/yii2-owlcarousel/

Carousel adapted for yii2 framework

  Sources   Download

GPL-3.0+

The Requires

 

by Victor Orozco

extension yii2 owlcarousel carousel