maks757/yii2-flipclock
Composer 安装命令:
composer require maks757/yii2-flipclock
包简介
Wrapper of FlipClock for Yii2.
关键字:
README 文档
README
Wrapper of FlipClock for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist spevv/yii2-flipclock "dev-master"
or add
"spevv/yii2-flipclock": "dev-master"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
use spevv\flipclock\FlipClock; <?= FlipClock::widget([ 'selector' => '#clock', // ID for the future DIV 'time' => 60, // Seconds 'varName' => 'clock', // Name of variable for control FlipClock 'options' => array( // options of FlipClock ), ]); ?>
Useful URLs
Demo
This is widget it wrapper of FlipClock
This widget is extended by yii-flipclock
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-02-16