ereminmdev/yii2-owlcarousel
Composer 安装命令:
composer require ereminmdev/yii2-owlcarousel
包简介
Owl.Carousel assert for Yii framework.
关键字:
README 文档
README
OwlCarousel widget for Yii framework.
This widget depends on OwlCarousel script: https://owlcarousel2.github.io/OwlCarousel2
Install
composer require --prefer-dist ereminmdev/yii2-owlcarousel
Documentation
https://owlcarousel2.github.io/OwlCarousel2/docs/started-welcome.html
Tips
For the same item heights use:
.owl-stage {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
To work properly inside a CSS Grid cell, set min-width: 100% to the parent element.
统计信息
- 总下载量: 120
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-12