robote13 / yii2-slickcarousel
Simple & lightweight carousel widget. Wrapper for http://kenwheeler.github.io/slick/
1.0.0
2017-12-15 05:24 UTC
Requires
- bower-asset/slick-carousel: ~1.5
This package is auto-updated.
Last update: 2024-10-29 05:04:54 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'
]
]
]
]
]