| Install | |
|---|---|
composer require akira/filament-slim-scrollbar |
|
| Latest Version: | v1.2.4 |
| PHP: | ^8.1 || ^8.2 || ^8.3 || ^8.4 |
A lightweight Filament package that provides elegant, slim scrollbars for all Filament panels. Pure CSS implementation with automatic light/dark mode support and zero configuration required.
Install the package via Composer:
composer require akira/filament-slim-scrollbar
That's it! The package automatically registers itself and applies slim scrollbars to all Filament panels.
Full support in webkit-based browsers:
The package works with zero configuration, but you can customize the scrollbar styles by overriding the CSS in your custom theme:
/* resources/css/filament/theme.css */
::-webkit-scrollbar {
width: 8px; /* Change width */
height: 8px;
}
::-webkit-scrollbar-thumb {
background: #3b82f6; /* Custom color */
}
For more customization options, see the full documentation.
Complete documentation is available at https://packages.akira-io.com/packages/filament-slim-scrollbar
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.