rowe / yii2-uitotop
a simple Yii2 BacktoTop Widget
dev-master
2017-08-03 07:23 UTC
Requires
- bower-asset/jquery.easing: *
- bower-asset/ui-to-top: ^1.3@dev
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-02-25 09:18:43 UTC
README
A "go to top" web widget extension for Yii2. (https://github.com/rowe/yii2-uitotop)
Demo
http://lab.mattvarone.com/projects/jquery/totop
Installation
Add to composer.json file with:
"rowe/yii2-uitotop": "dev-master"
Run
composer update
To update the dependence.
Usage
Put the code below at the view you want to show the go to top button.
<?= rowe\uitotop\UItoTopWidget::widget(); ?>