aymanalhattami / filament-slim-scrollbar
Slim scrollbar for sidebar scrollbar, table scrollbar, and any other scrollbar in the application.
Installs: 28 093
Dependents: 2
Suggesters: 0
Security: 0
Stars: 38
Watchers: 2
Forks: 4
Open Issues: 1
Requires
- filament/filament: ^3.0
- spatie/laravel-package-tools: ^1.15
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^9.0
- pestphp/pest: ^3.0
- phpstan/phpstan: ^1.0
README
Simple package to make the application's scrollbars slim.
-
It can be used for sidebar scrollbars, table scrollbars, and any other scrollbar in the application.
-
Support both the dark and light modes.
-
No JavaScript or CSS libraries; only pure CSS.
Screenshots
After using the package, the scrollbar is slim and the application looks nicer
Note: For Filament 2.x use version 1.x
Installation
You can install the package via composer:
composer require aymanalhattami/filament-slim-scrollbar
Usage
Just use composer to install the package.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email ayman.m.alhattami@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.