vlassiuk / yii2-owl.carousel2
OwlCarousel2 extension - wrapper for Yii2
Package info
github.com/Vlassiuk/yii2-owl.carousel2
Type:yii2-extension
pkg:composer/vlassiuk/yii2-owl.carousel2
0.1.0
2016-12-22 10:51 UTC
Requires
- bower-asset/owl.carousel: ~2.2
- yiisoft/yii2: ~2.0
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(); ?>