PHPackages                             zpmlabs/filament-undraw - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. zpmlabs/filament-undraw

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zpmlabs/filament-undraw
=======================

Filament select component for undraw illustrations.

v5.0.0(3mo ago)06MITPHPPHP ^8.2

Since Nov 1Pushed 3mo agoCompare

[ Source](https://github.com/zpm-packages/filament-undraw-illustrations-select)[ Packagist](https://packagist.org/packages/zpmlabs/filament-undraw)[ Docs](https://github.com/ZPMLabs/filament-undraw)[ RSS](/packages/zpmlabs-filament-undraw/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (6)Versions (7)Used By (0)

[![undraw](https://private-user-images.githubusercontent.com/100382372/587737204-84f693ae-15a2-4b1f-a783-5def9fb57eb4.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODYzODk4ODksIm5iZiI6MTc4NjM4OTU4OSwicGF0aCI6Ii8xMDAzODIzNzIvNTg3NzM3MjA0LTg0ZjY5M2FlLTE1YTItNGIxZi1hNzgzLTVkZWY5ZmI1N2ViNC5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwODEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDgxMFQxOTE5NDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNWYwZGZiYTc1ZmI4ZDVlZjc2YjJjMDBlNzE4MDA3YzgyMjk3YTdjOWNhM2VkYTkwMGYzMGYzZGYwYmIyMWM5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZqcGVnIn0.Kkit5UMbW0QIGGtX-2maUQkZzsSNrkZ7pB0Fg2TSYLU)](https://private-user-images.githubusercontent.com/100382372/587737204-84f693ae-15a2-4b1f-a783-5def9fb57eb4.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODYzODk4ODksIm5iZiI6MTc4NjM4OTU4OSwicGF0aCI6Ii8xMDAzODIzNzIvNTg3NzM3MjA0LTg0ZjY5M2FlLTE1YTItNGIxZi1hNzgzLTVkZWY5ZmI1N2ViNC5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwODEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDgxMFQxOTE5NDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNWYwZGZiYTc1ZmI4ZDVlZjc2YjJjMDBlNzE4MDA3YzgyMjk3YTdjOWNhM2VkYTkwMGYzMGYzZGYwYmIyMWM5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZqcGVnIn0.Kkit5UMbW0QIGGtX-2maUQkZzsSNrkZ7pB0Fg2TSYLU)Filament Undraw (ZPMLabs)
=========================

[](#filament-undraw-zpmlabs)

A Filament select component that lets you search and pick [unDraw](https://undraw.co/) illustrations with image thumbnails in the dropdown and in the selected value.

> PHP 8.2+, Filament Forms 5.x.

---

Install
-------

[](#install)

```
composer require zpmlabs/filament-undraw
```

Filament theme setup
--------------------

[](#filament-theme-setup)

If your Filament panel uses a custom Tailwind theme, add both package paths to your theme file so Tailwind can see the classes used by the package:

```
@source '../../../../vendor/zpmlabs/filament-undraw/src/**/*';
@source '../../../../vendor/zpmlabs/filament-undraw/resources/views/**/*';
```

Both are needed for different reasons:

- `src/**/*` is required because the field component stores configurable utility classes like `w-24 h-24` and `w-40 h-40` inside PHP strings.
- `resources/views/**/*` is required because the packaged demo page view uses Tailwind classes directly in Blade.

After adding the sources, rebuild your assets:

```
npm run build
```

Version support
---------------

[](#version-support)

- `main` / `v5.x` tags: Filament 5
- `v4` branch / `v4.x` tags: Filament 4

### If you want to customize the view:

[](#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
-----

[](#usage)

```
use ZPMLabs\FilamentUndraw\Forms\Components\UndrawSelect;

UndrawSelect::make('svg_url'),
```

Since this extends Filament's `Select`, you can keep using the usual fluent methods alongside the custom thumbnail layout.

Ready-to-use demo page
----------------------

[](#ready-to-use-demo-page)

The package ships with an example Filament page you can mount directly in your panel:

```
use CommunitySdks\UnlayerFilament\Examples\Pages\UnlayerFilamentDemoPage;
use Filament\Pages\Dashboard;
use ZPMLabs\FilamentUndraw\Examples\Pages\UndrawDemoPage;

$panel->pages([
	Dashboard::class,
	UnlayerFilamentDemoPage::class,
	UndrawDemoPage::class,
]);
```

Example field presets used on the page:

```
use ZPMLabs\FilamentUndraw\Forms\Components\UndrawSelect;

UndrawSelect::make('hero_illustration')
	->label('Hero illustration')
	->live();

UndrawSelect::make('compact_illustration')
	->label('Compact illustration')
	->searchResultSize('w-24 h-24')
	->selectedOptionSize('w-24 h-24')
	->limit(12);
```

Expanding Undraw Usage
----------------------

[](#expanding-undraw-usage)

In case you want to expand this in some other field or custom component you can check the [base php package](https://github.com/ZPMLabs/undraw-php) for undraw.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance80

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~46 days

Total

6

Last Release

105d ago

Major Versions

v1.0.2 → v4.0.02025-11-14

v4.0.0 → v5.0.02026-05-05

PHP version history (2 changes)1.0.0PHP ^8.1

v1.0.1PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/211412089?v=4)[ZPM Labs](/maintainers/zpmlabs)[@ZPMLabs](https://github.com/ZPMLabs)

---

Top Contributors

[![sasaorasanin](https://avatars.githubusercontent.com/u/100382372?v=4)](https://github.com/sasaorasanin "sasaorasanin (9 commits)")

---

Tags

laravelfilamentfilament-pluginundrawZPM Labs

### Embed Badge

![Health badge](/badges/zpmlabs-filament-undraw/health.svg)

```
[![Health](https://phpackages.com/badges/zpmlabs-filament-undraw/health.svg)](https://phpackages.com/packages/zpmlabs-filament-undraw)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329575.9k35](/packages/codewithdennis-filament-select-tree)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34245.4k17](/packages/schmeits-filament-character-counter)[nomanur/filament-seo-pro

The definitive SEO toolkit for Filament — live analysis, Google preview, social cards, schema markup, and bulk management.

111.4k2](/packages/nomanur-filament-seo-pro)[awcodes/richer-editor

A collection of extensions and tools to enhance the Filament Rich Editor field.

4018.1k11](/packages/awcodes-richer-editor)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

163.6k2](/packages/promethys-revive)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
