uran1980/yii2-scroll-to-top
最新稳定版本:0.0.2
Composer 安装命令:
composer require uran1980/yii2-scroll-to-top
包简介
Scroll-to-top button widget for Yii2
关键字:
README 文档
README
Based on scrollToTop jQuery plugin.
Installation
Composer
The preferred way to install this extension is through Composer.
Either run
php composer.phar require uran1980/yii2-scroll-to-top "dev-master"
or add
"uran1980/yii2-scroll-to-top": "dev-master"
to the require section of your composer.json
Usage
To activate this widget on all pages add this line to you project main layout ...\frontend\views\layouts\main.php before Yii endBody() block:
<?php echo uran1980\yii\widgets\scrollToTop\ScrollToTop::widget(); ?>
Author
Ivan Yakovlev, e-mail: uran1980@gmail.com
统计信息
- 总下载量: 2.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-07
