2017 © Pedro Peláez
 

yii2-extension yii2-scroll-to-top

A Yii 2 widget to add scroll-to-top button.

image

oonne/yii2-scroll-to-top

A Yii 2 widget to add scroll-to-top button.

  • Wednesday, August 9, 2017
  • by onehejay
  • Repository
  • 1 Watchers
  • 4 Stars
  • 282 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

yii2-scroll-to-top

A Yii2 widget to add scroll-to-top button. Base on the .animate jQuery function., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist oonne/yii2-scroll-to-top "*"

or add, (*4)

"oonne/yii2-scroll-to-top": "*"

to the require section of your composer.json file., (*5)

Usage

<?= \oonne\scrollTop\ScrollTop::widget() ?>

```php = ScrollTop::widget([ 'options' => 'custom-css class-name' ]); ?>, (*6)

```php
<?php use oonne\scrollTop\ScrollTop; ?>
<?= ScrollTop::widget([
    'tagContent' => '<i class="top-icon"></i>',
    'options' => 'custom-css class-name',
]); ?>

The Versions

09/08 2017

dev-master

9999999-dev

A Yii 2 widget to add scroll-to-top button.

  Sources   Download

MIT

The Requires

 

extension yii2 scroll top scroll-to-top

09/08 2017

1.0.4

1.0.4.0

A Yii 2 widget to add scroll-to-top button.

  Sources   Download

MIT

The Requires

 

extension yii2 scroll top scroll-to-top

12/04 2017

1.0.3

1.0.3.0

A Yii 2 widget to add scroll-to-top button.

  Sources   Download

MIT

The Requires

 

extension yii2 scroll top scroll-to-top

11/04 2017

1.0.2

1.0.2.0

A Yii 2 widget to add scroll-to-top button.

  Sources   Download

MIT

The Requires

 

extension yii2 scroll top scroll-to-top

11/04 2017

1.0.1

1.0.1.0

A Yii 2 widget to add scroll-to-top button.

  Sources   Download

MIT

The Requires

 

extension yii2 scroll top scroll-to-top

08/04 2017

1.0.0

1.0.0.0

A Yii 2 widget to add scroll-to-top button.

  Sources   Download

MIT

The Requires

 

extension yii2 scroll top scroll-to-top