Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhunesi/yii2-perfect-scrollbar

Yii2 Perject Scrollbar Widget. Perfect Scrollbar is minimalistic but perfect custom scrollbar plugin.
https://github.com/mhunesi/yii2-perfect-scrollbar

Last synced: 29 days ago
JSON representation

Yii2 Perject Scrollbar Widget. Perfect Scrollbar is minimalistic but perfect custom scrollbar plugin.

Awesome Lists containing this project

README

        

Yii2 Perfect Scrollbar
======================
Yii2 Perfect Scrollbar Extension

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require mhunesi/yii2-perfect-scrollbar "*"
```

or add

```
"mhunesi/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 :

```php
'200px',
'height' => '200px',
'options' => [
'class' => 'p-2 mb-5',
],
'clientOptions' => [
'wheelPropagation' => true
]
]) ?>

HTML Content

```