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.0.1(3mo ago)172.2k↓35.7%3[1 issues](https://github.com/sanzgrapher/filament-draggable-modal/issues)1MITPHPPHP ^8.2

Since Jan 21Pushed 2mo 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 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)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

46

—

FairBetter than 93% of packages

Maintenance80

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

117d 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 (7 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

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[jibaymcs/filament-tour

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

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)

PHPackages © 2026

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