wonail/yii2-widget-scrolltop

回到顶部小部件


Keywords
yii2, wonail, scrolltop, yii2-widget
License
BSD-3-Clause

Documentation

yii2-widget-scrolltop

回到顶部小部件

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist wonail/yii2-widget-scrolltop "*"

or add

"wonail/yii2-widget-scrolltop": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \wonail\scrolltop\ScrollTop::widget([
    'btnColor' => 'btn-success',
    'options' => [
        'style' => [
            'bottom' => '50px'
        ]
    ]
]) ?>