PHPackages                             codewithdennis/filament-theme-inspector - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codewithdennis/filament-theme-inspector

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

codewithdennis/filament-theme-inspector
=======================================

Easily see the fi- class of any element on the page by hovering over it. A tooltip displays the class name, and you can copy it with a click!

v0.0.7(1y ago)457.6k—0%5[3 PRs](https://github.com/CodeWithDennis/filament-theme-inspector/pulls)MITPHPPHP ^8.1CI passing

Since Oct 18Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/CodeWithDennis/filament-theme-inspector)[ Packagist](https://packagist.org/packages/codewithdennis/filament-theme-inspector)[ Docs](https://github.com/codewithdennis/filament-theme-inspector)[ GitHub Sponsors](https://github.com/CodeWithDennis)[ RSS](/packages/codewithdennis-filament-theme-inspector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (12)Versions (10)Used By (0)

Filament Theme Inspector
========================

[](#filament-theme-inspector)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5249348af7d85e3fe81407877b577dfa98b3ef24e890a1ee0655f7efdcd745f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64657769746864656e6e69732f66696c616d656e742d7468656d652d696e73706563746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdennis/filament-theme-inspector)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1026603601a73fa0bbb260396e33640b72240a0b28d5ffe37c4a71d149b22208/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f64657769746864656e6e69732f66696c616d656e742d7468656d652d696e73706563746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/codewithdennis/filament-theme-inspector/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a90f9abeb9013425f4c51880b52869c9091f9e3c71ca3f27eadca78ff18f5322/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64657769746864656e6e69732f66696c616d656e742d7468656d652d696e73706563746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdennis/filament-theme-inspector)

Easily see the fi- class of any element on the page by hovering over it. A tooltip displays the class name, and you can copy it with a click!

    example.mov    Installation
------------

[](#installation)

You can install the package via composer:

```
composer require codewithdennis/filament-theme-inspector
```

Make sure you clear the cache after installing the package.

```
php artisan filament:upgrade
```

Usage
-----

[](#usage)

Add the following plugin to your plugins method on your panel.

```
use CodeWithDennis\FilamentThemeInspector\FilamentThemeInspectorPlugin;

->plugins([
    FilamentThemeInspectorPlugin::make()
        ->disabled(fn () => ! app()->hasDebugModeEnabled())
])
```

### Freeze (Hold / Toggle)

[](#freeze-hold--toggle)

By default, the freeze button (`ALT` or `⌘`) needs to be held down to freeze the tooltip in place. You can change this behavior to toggle by using the toggle method.

```
FilamentThemeInspectorPlugin::make()
    ->toggle(),
```

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](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance49

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

7

Last Release

568d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d47a56dfab94e67a7354a146f96a0285c09f6b9d649c558832c6a9b94354b8c?d=identicon)[CodeWithDennis](/maintainers/CodeWithDennis)

---

Top Contributors

[![CodeWithDennis](https://avatars.githubusercontent.com/u/23448484?v=4)](https://github.com/CodeWithDennis "CodeWithDennis (45 commits)")

---

Tags

custom-themefilamentfilamentphplaravelphppluginthemelaravelCodeWithDennisfilament-theme-inspector

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/codewithdennis-filament-theme-inspector/health.svg)

```
[![Health](https://phpackages.com/badges/codewithdennis-filament-theme-inspector/health.svg)](https://phpackages.com/packages/codewithdennis-filament-theme-inspector)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[codewithdennis/filament-simple-alert

A plugin for adding straightforward alerts to your filament pages

123208.5k3](/packages/codewithdennis-filament-simple-alert)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[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)

PHPackages © 2026

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