回到顶部小部件
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.
Once the extension is installed, simply use it in your code by :
<?= \wonail\scrolltop\ScrollTop::widget([
'btnColor' => 'btn-success',
'options' => [
'style' => [
'bottom' => '50px'
]
]
]) ?>