enterosoft/yii2-perfect-scrollbar

There is no license information available for the latest version (dev-master) of this package.

perfect scrollbar Asset Bundle for yii2

Installs: 168

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2018-09-16 11:44 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:14:40 UTC


README

yii2-perfert-scrollbar

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist guzuomuse/yii2-perfect-scrollbar "*"

or add

"guzuomuse/yii2-perfect-scrollbar": "*"

to the require section of your composer.json file.

Usage

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

<?= \guzuomuse\perfectscrollbar\AutoloadExample::widget(); ?>```