PHPackages                             sanzgrapher/filament-draggable-modal - 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. sanzgrapher/filament-draggable-modal

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

sanzgrapher/filament-draggable-modal
====================================

Make Filament modals draggable.

v1.1.1(3mo ago)187.3k↓55.7%4[1 PRs](https://github.com/sanzgrapher/filament-draggable-modal/pulls)1MITPHPPHP ^8.2

Since Jan 21Pushed 3mo agoCompare

[ Source](https://github.com/sanzgrapher/filament-draggable-modal)[ Packagist](https://packagist.org/packages/sanzgrapher/filament-draggable-modal)[ Docs](https://github.com/sanzgrapher/filament-draggable-modal)[ RSS](/packages/sanzgrapher-filament-draggable-modal/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (3)Dependencies (2)Versions (6)Used By (1)

Filament Draggable Modal
========================

[](#filament-draggable-modal)

[![Filament Draggable Modal Feature](filament-draggable-modal-feature.jpg)](filament-draggable-modal-feature.jpg)

[![Latest Version on Packagist](https://camo.githubusercontent.com/54bb13f6b322b2fdebc65ef447c00b27158a4d203573a369b7f12e8855526e48/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616e7a677261706865722f66696c616d656e742d647261676761626c652d6d6f64616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sanzgrapher/filament-draggable-modal)[![Total Downloads](https://camo.githubusercontent.com/ae93dce22adfa344321402f7d5b1a61be1a42e0686ac3aea065b3628dd6d6464/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e7a677261706865722f66696c616d656e742d647261676761626c652d6d6f64616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sanzgrapher/filament-draggable-modal)

A simple yet powerful Filament v5 plugin to make all your modals draggable. Improve your users' flow by allowing them to move modals out of the way to see the content underneath.

Features
--------

[](#features)

- **Zero Configuration**: Just register the plugin and it works.
- **Filament v5 Ready**: Designed specifically for the latest Filament version.
- **Smooth Dragging**: Uses fixed positioning and handles CSS transforms to prevent jumping.
- **Smart Handle Detection**: Draggable by the modal header, but buttons and inputs remain clickable.

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

[](#installation)

You can install the package via composer:

```
composer require sanzgrapher/filament-draggable-modal
```

Usage
-----

[](#usage)

Register the plugin in your Panel Provider (usually `AdminPanelProvider.php`):

```
use Sanzgrapher\DraggableModal\DraggableModalPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ... other configuration
        ->plugin(DraggableModalPlugin::make());
}
```

Troubleshooting
---------------

[](#troubleshooting)

If the modals are not draggable after installation, ensure you have published the assets:

```
php artisan filament:assets
```

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance78

Regular maintenance activity

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

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 ~47 days

Total

3

Last Release

113d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101717917?v=4)[Narayan Dhakal](/maintainers/sanzgrapher)[@sanzgrapher](https://github.com/sanzgrapher)

---

Top Contributors

[![sanzgrapher](https://avatars.githubusercontent.com/u/101717917?v=4)](https://github.com/sanzgrapher "sanzgrapher (9 commits)")

---

Tags

filamentphpfilamentphp-pluginlaravellaravel-packagephplaraveluimodalfilamentdraggable

### Embed Badge

![Health badge](/badges/sanzgrapher-filament-draggable-modal/health.svg)

```
[![Health](https://phpackages.com/badges/sanzgrapher-filament-draggable-modal/health.svg)](https://phpackages.com/packages/sanzgrapher-filament-draggable-modal)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3221.4M29](/packages/ysfkaya-filament-phone-input)[pboivin/filament-peek

Full-screen page preview modal for Filament

253420.0k24](/packages/pboivin-filament-peek)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[tapp/filament-form-builder

User facing form builder using Filament components

133.5k6](/packages/tapp-filament-form-builder)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

218.8k22](/packages/wsmallnews-filament-nestedset)[cocosmos/filament-quick-add-select

Instantly create and select new options in Filament relationship selects without opening modals

179.9k](/packages/cocosmos-filament-quick-add-select)

PHPackages © 2026

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