cheehau/filament-copy-action

This package give actions copyable feature

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

This package is auto-updated.

Last update: 2024-09-10 10:05:32 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.