wonail/yii2-widget-scrolltop

回到顶部小部件

v1.0 2017-07-20 04:25 UTC

This package is not auto-updated.

Last update: 2024-03-17 01:27:22 UTC


README

回到顶部小部件

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'
        ]
    ]
]) ?>