rowe/yii2-uitotop

a simple Yii2 BacktoTop Widget

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2017-08-03 07:23 UTC

This package is not auto-updated.

Last update: 2024-09-25 02:34:26 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(); ?>