saadj55/filament-copyable

There is no license information available for the latest version (0.1.4) of this package.

Filament fields and columns with copyable values

Installs: 4 887

Dependents: 0

Suggesters: 0

Security: 0

Stars: 32

Watchers: 1

Forks: 7

Open Issues: 2

Language:Blade

0.1.4 2022-10-12 17:30 UTC

This package is auto-updated.

Last update: 2024-04-12 20:44:53 UTC


README

Copyable Text Column and Field for Filament PHP.

Screenshot of Login Screenshot of Login

Installation

You can install the package via composer:

composer require saadj55/filament-copyable

Usage

Column

In in your Table Schema:

\Saadj55\FilamentCopyable\Tables\Columns\CopyableTextColumn::make('name')

You can make the icon to only appear on hover with the ->showOnHover() method,

You can set a custom heroicon by using the ->icon('heroicon-o-duplicate') method.

Field

\Saadj55\FilamentCopyable\Forms\Components\CopyableTextInput::make('name')

License

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