ellotta/yii2-vegas
Composer 安装命令:
composer require ellotta/yii2-vegas
包简介
Yii2 wrapper for jaysalvat/vegas
README 文档
README
Yii2 wrapper for Vegas: a jQuery/Zepto plugin to add beautiful backgrounds and Slideshows to DOM elements
Installation
The preferred way to install this extension is through composer.
Either run
composer require --dev ellotta/yii2-vegas "*"
or add
"ellotta/yii2-vegas": "*"
to the require-dev section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
Vegas::widget([ 'selector' => 'body', //default selector 'jsOptions' => [ 'slides' => [ ['src' => 'https://dummyimage.com/800x600/000/ffffff.gif&text=1'], ['src' => 'https://dummyimage.com/800x600/000/ffffff.gif&text=2'], ['src' => 'https://dummyimage.com/800x600/000/ffffff.gif&text=3'], ], 'animation' => 'kenburnsUp', ], ]);
See plugin documentation for more information.
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-22