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

Abandoned → [sanzgrapher/filament-draggable-modal](/?search=sanzgrapher%2Ffilament-draggable-modal)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

athul-suresh/filament-draggable-modal
=====================================

A Filament plugin that adds draggable behavior to modal dialogs.

v1.0.0(6mo ago)220MITPHP ^8.2

Since Feb 7Pushed 4mo agoCompare

[ Source](https://github.com/Athul-Suresh/filament-draggable-modal)[ Packagist](https://packagist.org/packages/athul-suresh/filament-draggable-modal)[ RSS](/packages/athul-suresh-filament-draggable-modal/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

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

36

—

LowBetter than 79% of packages

Maintenance71

Regular maintenance activity

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

193d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/97661487?v=4)[Athul Suresh](/maintainers/Athul-Suresh)[@Athul-Suresh](https://github.com/Athul-Suresh)

---

Top Contributors

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

---

Tags

laravelmodalfilamentdraggable

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90157.6k](/packages/emargareten-inertia-modal)[sanzgrapher/filament-draggable-modal

Make Filament modals draggable.

187.3k1](/packages/sanzgrapher-filament-draggable-modal)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

163.6k2](/packages/promethys-revive)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[nomanur/filament-seo-pro

The definitive SEO toolkit for Filament — live analysis, Google preview, social cards, schema markup, and bulk management.

111.4k2](/packages/nomanur-filament-seo-pro)[tapp/filament-form-builder

User facing form builder using Filament components

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

PHPackages © 2026

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