Slim Scrollbar plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Slim Scrollbar

Community

A simple package to make the application's scrollbars slim.

Tags: Panels
Supported versions:
4.x 3.x 2.x
Ayman Alhattami avatar Author: Ayman Alhattami

Package health

Beta

Automated checks of this plugin's Composer package

76 / 100
Security 62
Maintenance 90
Ecosystem 100
15 checks
  • Failed: GitHub Actions pinned to SHA View details on Plumb
  • Skipped: GitLab CI includes pinned to SHA
  • Passed: Open security advisories
  • Warning: Dependabot PR responsiveness — Stale Dependabot PRs: oldest general PR is 34 days old.
  • Skipped: Renovate MR responsiveness
  • Passed: Dependabot or Renovate configured
  • Failed: Dependency update cooldown configured No cooldown configured in .github/dependabot.yml. View details on Plumb
  • Passed: Provides a security policy
  • Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
  • Passed: Commit and release recency — Active: last commit 62 days ago; last release 62 days ago.
  • Passed: composer.lock not committed by library composer.lock is absent from the released dist archive.
  • Warning: Dist archive is lean
  • Passed: Current Laravel version supported — Package dependencies resolve together with current Laravel 13.0.
  • Passed: Current PHP version supported — Constraint ^8.1|^8.2|^8.3|^8.4|^8.5 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 1 week ago

Documentation

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

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.

Note:

For Filament 3.x | Filament 4.x | Filament 5.x use version 2.x

For Filament 2.x use version 1.x

#Screenshots

Default scrollbar filament-page-with-sidebar

After using the package, the scrollbar is slim and the application looks nicer filament-page-with-sidebar

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.