msp / slick

msp/slick

Magento 2 wrapper for kenwheeler/slick

magento2-module 2.4.6-2.4.9 Compatible Based on composer requirements only QA: passed OSL-3.0

slickjs

This module lets you use Slick with Magento 2 throught requirejs

Installation

composer require msp/owlcarousel2
bin/magento setup:upgrade

Usage

Initialization

You can init the slider with data-mage-init:

<div class="your-class" data-mage-init='{
    "slick": {
      ...
      "autoplay"          :   true,
      ...
    }
}'>
  <div>your content</div>
  <div>your content</div>
  <div>your content</div>
</div>

or with a <script type="text/x-magento-init">:

<div id="your-id" class="your-class">
  <div>your content</div>
  <div>your content</div>
  <div>your content</div>
</div>
<script type="text/x-magento-init">
     {
         "#your-id": {
             "slick": {
                ...
                "autoplay"          :   true,
                ...
             }
         }
     }
 </script>

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Released
0.2.0 stable Pass 2018-10-23 08:31:38
0.1.5 stable Not tested 2018-06-18 10:06:41
0.1.4 stable Not tested 2018-06-05 09:11:08
0.1.3 stable Not tested 2018-06-05 09:01:23
0.1.2 stable Not tested 2018-05-31 15:12:34
0.1.1 stable Not tested 2018-05-31 12:37:58
0.1.0 stable Not tested 2018-05-31 08:38:47

Requires 1

Package Constraint
magento/magento-composer-installer *
QA results
Tool Status Findings Summary
PHPCS Pass 0
PHPStan Pass 0
Cpd Pass 0
Security Pass 0
License
OSL-3.0
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.