zpmlabs/filament-undraw
最新稳定版本:v1.0.2
Composer 安装命令:
composer require zpmlabs/filament-undraw
包简介
Filament select component for undraw illustrations.
README 文档
README
Filament Undraw (ZPMLabs)
A Filament v4 select component that lets you search & pick unDraw illustrations with image thumbnails in the dropdown and in the selected value.
PHP 8.1+, Filament Forms 4.x.
Install
composer require zpmlabs/filament-undraw
If you want to customize the view:
php artisan vendor:publish --tag=filament-undraw-views
- This will copy the blade file to
resources/views/vendor/filament-undraw/undraw-select.blade.php.
Usage
use ZPMLabs\FilamentUndraw\Forms\Components\UndrawSelect; UndrawSelect::make('svg_url'),
*** Since this is a select component, you can use other chaining methods, but keep in mind, this one has a custom view with custom styles and same official component. ***
Expanding Undraw Usage
In case you want to expand this in some other field or custom component you can check the base php package for undraw.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-01