zpmlabs / filament-undraw
Filament select component for undraw illustrations.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/zpmlabs/filament-undraw
Requires
- php: ^8.2
- filament/forms: ^4.0
- illuminate/support: ^12.0
- zpmlabs/undraw-php: ^1.0
README
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. ***