Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mhunesi/yii2-perfect-scrollbar
- Owner: mhunesi
- Created: 2020-07-01T11:14:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T11:28:13.000Z (over 4 years ago)
- Last Synced: 2024-10-25T19:49:48.237Z (about 2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Perfect Scrollbar
======================
Yii2 Perfect Scrollbar ExtensionInstallation
------------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
```