Download the PHP package athul-suresh/filament-draggable-modal without Composer
On this page you can find all versions of the php package athul-suresh/filament-draggable-modal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download athul-suresh/filament-draggable-modal
More information about athul-suresh/filament-draggable-modal
Files in athul-suresh/filament-draggable-modal
Package filament-draggable-modal
Short Description A Filament plugin that adds draggable behavior to modal dialogs.
License MIT
Informations about the package filament-draggable-modal
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
- 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
You can install the package via composer:
Usage
Register the plugin in your Panel Provider (usually AdminPanelProvider.php):
Troubleshooting
If the modals are not draggable after installation, ensure you have published the assets:
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sanzgrapher
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-draggable-modal with dependencies
filament/filament Version ^4.0|^5.0
illuminate/support Version ^11.0|^12.0