PHPackages                             akira/filament-slim-scrollbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. akira/filament-slim-scrollbar

ActiveLibrary

akira/filament-slim-scrollbar
=============================

This is my package filament-slim-scrollbar

v1.2.4(4mo ago)62.1k[2 PRs](https://github.com/kidiatoliny/filament-slim-scrollbar/pulls)MITPHPPHP ^8.1 || ^8.2 || ^8.3 || ^8.4CI passing

Since Feb 28Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/kidiatoliny/filament-slim-scrollbar)[ Packagist](https://packagist.org/packages/akira/filament-slim-scrollbar)[ Docs](https://github.com/akira/filament-slim-scrollbar)[ GitHub Sponsors](https://github.com/kidiatoliny)[ RSS](/packages/akira-filament-slim-scrollbar/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (4)Dependencies (12)Versions (9)Used By (0)

Filament Slim Scrollbar
=======================

[](#filament-slim-scrollbar)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a5e6672483e6b07133a7c98c755a5d782ae805010302ce963e275b00a03fa011/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616b6972612f66696c616d656e742d736c696d2d7363726f6c6c6261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/akira/filament-slim-scrollbar)[![GitHub Tests Action Status](https://camo.githubusercontent.com/46812dcce75f04c1d94bc69b65efbd9799470899d5c30b267f9e2babf94e5348/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616b6972612f66696c616d656e742d736c696d2d7363726f6c6c6261722f74657374732e796d6c3f6272616e63683d312e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/akira/filament-slim-scrollbar/actions?query=workflow%3Atests+branch%3A1.x)[![Total Downloads](https://camo.githubusercontent.com/91ad0c820272d3cd7f1ff2838b3bd4c1b553cb01281ff76a9ee88c7aeb2495bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b6972612f66696c616d656e742d736c696d2d7363726f6c6c6261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/akira/filament-slim-scrollbar)

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.

Features
--------

[](#features)

- **Slim Design**: 4px width/height scrollbars
- **Dark Mode**: Automatic light/dark theme support
- **Zero Config**: Works out of the box
- **Performance**: Pure CSS, no JavaScript
- **Filament Native**: Integrates seamlessly with Filament's asset system
- **Customizable**: Easy to override with your own styles

Requirements
------------

[](#requirements)

- PHP 8.1, 8.2, 8.3, 8.4, or 8.5
- Laravel 10.x, 11.x, or 12.x
- Filament 3.x or 4.x

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

[](#installation)

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.

Browser Support
---------------

[](#browser-support)

Full support in webkit-based browsers:

- ✅ Chrome/Chromium
- ✅ Safari
- ✅ Edge (Chromium)
- ✅ Opera
- ✅ Brave
- ⚠️ Firefox (uses default scrollbars - webkit styling not supported)

Customization
-------------

[](#customization)

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](https://packages.akira-io.com/packages/filament-slim-scrollbar).

Documentation
-------------

[](#documentation)

Complete documentation is available at

- [Installation Guide](docs/01-installation.md)
- [How It Works](docs/02-how-it-works.md)
- [Customization](docs/03-customization.md)
- [Browser Support](docs/04-browser-support.md)
- [Troubleshooting](docs/05-troubleshooting.md)
- [Roadmap](docs/00-roadmap.md)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [kid](https://github.com/kidiatoliny)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance83

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 58.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~137 days

Recently: every ~89 days

Total

6

Last Release

121d ago

PHP version history (2 changes)v1.0.0PHP ^8.1

v1.2.1PHP ^8.1 || ^8.2 || ^8.3 || ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/c42e59ca0b3864a382dc0c3e290f8cf7d75bbe3eab10a3af0f71d5785f89d0bc?d=identicon)[kidiatoliny](/maintainers/kidiatoliny)

---

Top Contributors

[![kidiatoliny](https://avatars.githubusercontent.com/u/48266788?v=4)](https://github.com/kidiatoliny "kidiatoliny (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (13 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

laravelfilament-slim-scrollbarakira

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/akira-filament-slim-scrollbar/health.svg)

```
[![Health](https://phpackages.com/badges/akira-filament-slim-scrollbar/health.svg)](https://phpackages.com/packages/akira-filament-slim-scrollbar)
```

###  Alternatives

[joaopaulolndev/filament-edit-profile

Filament package to edit profile

250258.1k34](/packages/joaopaulolndev-filament-edit-profile)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[cmsmaxinc/filament-system-versions

A comprehensive Filament plugin that provides real-time visibility into all package versions within your Filament PHP application. This essential developer tool creates a centralized dashboard where you can instantly view, monitor, and track the current versions of all installed packages in your project and what the latest version is.

1325.6k](/packages/cmsmaxinc-filament-system-versions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
