cheehau / filament-copy-action
This package give actions copyable feature
Fund package maintenance!
cheehau
Installs: 179
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cheehau/filament-copy-action
Requires
- php: ^8.1
- filament/filament: ^3.0
This package is auto-updated.
Last update: 2026-01-10 13:11:35 UTC
README
Installation
You can install the package via composer:
composer require cheehau/filament-copy-action
Usage
use \Cheehau\FilamentCopyAction\Actions\CopyAction; CopyAction::make('test') ->content('Content to be copied into clipboard') ->copyMessage('Copied!!')
Credits
- Inspired by Copy Actions
License
The MIT License (MIT). Please see License File for more information.