omcrn/yii2-owl-carousel

Simple owl carousel widget for yii2

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

v2.0.0 2017-01-06 11:07 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:20:50 UTC


README

Simple owl carousel widget for yii2

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file and run composer update.

Usage

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

<?= \omicronsoft\owlcarousel\AutoloadExample::widget(); ?>```