vmasciotta/magento2-owl-carousel 1.0.1

A simple module that allows you to use OwlCarousel with Magento 2

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Owl Carousel

This simple module allows You to use OwlCarousel following the Magento way.

Questo semplice modulo ti permetterà di usare OwlCarousel seguendo le linee guida di Magento.

How to install

Add the following lines into your composer.json

...
"require":{
    ...
    "vmasciotta/magento2-owl-carousel":"1.0.0"
 },
 ...
 "repositories":[
     {"type": "vcs", "url":"[email protected]:vmasciotta/magento2-owl-carousel.git"}
 ]

Then type the following commands from your Magento root:

$ composer update
$ ./bin/magento cache:disable
$ ./bin/magento module:enable Vmasciotta_OwlCarousel
$ ./bin/magento setup:upgrade
$ ./bin/magento cache:enable

How to use

Using data-mage-init:

```html

Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
```

Using <script> tag:

```html

Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image

```