robote13/yii2-slickcarousel

Simple & lightweight carousel widget. Wrapper for http://kenwheeler.github.io/slick/

1.0.0 2017-12-15 05:24 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:57 UTC


README

The Slick Carousel widget is a Yii2 wrapper for the http://kenwheeler.github.io/slick/

For usage standart Slick Carousel theme add dependency in config:

#!php
'components'=>[
    'assetManager'=>[
        'bundles'=>[
            ... ,
            'robote13\slickcarousel\SlickCarouselAsset'=>[
                'depends'=>[
                    'robote13\slickcarousel\SlickCarouselThemeAsset'
                ]
            ]
        ]
    ]
]