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

v1.0.1 2024-01-10 08:33 UTC

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

License

The MIT License (MIT). Please see License File for more information.