vlassiuk/yii2-owl.carousel2

OwlCarousel2 extension - wrapper for Yii2

Maintainers

Package info

github.com/Vlassiuk/yii2-owl.carousel2

Type:yii2-extension

pkg:composer/vlassiuk/yii2-owl.carousel2

Statistics

Installs: 339

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2016-12-22 10:51 UTC

This package is auto-updated.

Last update: 2026-03-18 00:03:22 UTC


README

OwlCarousel2 extension - wrapper for yii2

See OwlCarousel2

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist vlassiuk/yii2-owl.carousel2 "dev-master"

or add

"vlassiuk/yii2-owl.carousel2": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \vlassiuk\owlcarousel2\Owlcarousel2::widget([...]); ?>
  <div> Your Content </div>
  <div> Your Content </div>
  <div> Your Content </div>
<?= \vlassiuk\owlcarousel2\Owlcarousel2::end(); ?>