Yii2 回到顶部插件 [ 2.0 版本 ]
yii2-scroll-top
A Yii2 widget to add scroll-to-top button. Base on the .animate jQuery function.
Yii2 回到顶部按钮,基于jQuery的animate,支持自定义内容和样式。
Installation
The preferred way to install this extension is through composer.
Either run
安装请执行
php composer.phar require --prefer-dist oonne/yii2-scroll-to-top "*"
or add
或者把以下内容添加到composer.json中
"oonne/yii2-scroll-to-top": "*"
to the require section of your composer.json
file.
Usage
基础用法:
<?= \oonne\scrollTop\ScrollTop::widget() ?>
自定义样式:
<?php use oonne\scrollTop\ScrollTop; ?>
<?= ScrollTop::widget([
'options' => 'custom-css class-name'
]); ?>
自定义内容和样式:
<?php use oonne\scrollTop\ScrollTop; ?>
<?= ScrollTop::widget([
'tagContent' => '<i class="top-icon"></i>',
'options' => 'custom-css class-name',
]); ?>
JAY
注册时间:2017-02-21
最后登录:2022-09-27
在线时长:32小时19分
最后登录:2022-09-27
在线时长:32小时19分
- 粉丝10
- 金钱6225
- 威望50
- 积分7045
共 8 条评论
mark!
mark !
mark!
mark !
mark !
mark !
mark !
mark!