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.

v1.0.2(6mo ago)05MITPHPPHP ^8.2

Since Nov 1Pushed 5mo 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 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

[![image](https://private-user-images.githubusercontent.com/100382372/514230874-8afcb5b3-d8e1-4b15-8c9a-d8cc9d08b092.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU0MjM0NTksIm5iZiI6MTc3NTQyMzE1OSwicGF0aCI6Ii8xMDAzODIzNzIvNTE0MjMwODc0LThhZmNiNWIzLWQ4ZTEtNGIxNS04YzlhLWQ4Y2M5ZDA4YjA5Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDA1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwNVQyMTA1NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02M2VkNmVlN2RkNWFjYWIzMTA2MDQ3NDFmYmJhYjMxMzg3ZTAwZjg2YzgxNzQzNjViYTUwNDIyOTcyNGY2YmJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-zwALoBc-lL07ddQuI3i_g0ey2kq9YeTMKy5FoKtWs8)](https://private-user-images.githubusercontent.com/100382372/514230874-8afcb5b3-d8e1-4b15-8c9a-d8cc9d08b092.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU0MjM0NTksIm5iZiI6MTc3NTQyMzE1OSwicGF0aCI6Ii8xMDAzODIzNzIvNTE0MjMwODc0LThhZmNiNWIzLWQ4ZTEtNGIxNS04YzlhLWQ4Y2M5ZDA4YjA5Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDA1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwNVQyMTA1NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02M2VkNmVlN2RkNWFjYWIzMTA2MDQ3NDFmYmJhYjMxMzg3ZTAwZjg2YzgxNzQzNjViYTUwNDIyOTcyNGY2YmJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-zwALoBc-lL07ddQuI3i_g0ey2kq9YeTMKy5FoKtWs8)Filament Undraw (ZPMLabs)
=========================

[](#filament-undraw-zpmlabs)

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

> PHP 8.1+, Filament Forms 4.x.

---

Install
-------

[](#install)

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

### 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 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
----------------------

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

34

—

LowBetter than 77% of packages

Maintenance68

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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 ~0 days

Total

3

Last Release

191d ago

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 (8 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

[schmeits/filament-character-counter

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

33184.7k6](/packages/schmeits-filament-character-counter)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[howdu/filament-record-switcher

Resource level navigation with search

1512.5k](/packages/howdu-filament-record-switcher)[wallacemartinss/filament-icon-picker

A beautiful icon picker component for Filament v5 using blade-ui-kit/blade-icons

467.1k17](/packages/wallacemartinss-filament-icon-picker)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

163.0k8](/packages/wsmallnews-filament-nestedset)[promethys/revive

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

161.2k](/packages/promethys-revive)

PHPackages © 2026

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