saadj55/filament-copyable
最新稳定版本:0.1.4
Composer 安装命令:
composer require saadj55/filament-copyable
包简介
Filament fields and columns with copyable values
README 文档
README
Copyable Text Column and Field for Filament PHP.
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.
统计信息
- 总下载量: 5.59k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 36
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-07-11