vlassiuk/yii2-owl.carousel2

OwlCarousel2 extension - wrapper for Yii2

Installs: 337

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1.0 2016-12-22 10:51 UTC

This package is auto-updated.

Last update: 2024-10-17 21:02:17 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(); ?>