Search by

bladewindui / filepicker

mkocansey

BladewindUI — File picker component (powered by FilePond)

Package info

github.com/bladewindui/filepicker

Language:Blade

pkg:composer/bladewindui/filepicker

Statistics

Installs: 5

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v5.1.0 2026-09-10 00:47 UTC

This package is auto-updated.

Last update: 2026-09-10 00:48:36 UTC


README

License Packagist Version

BladewindUI

File Picker

BladewindUI — File picker component (powered by FilePond).

Installation

composer require bladewindui/filepicker

Or install the full library:

composer require bladewindui/ui

Documentation

Full documentation, live demos, and all available attributes are at bladewindui.com.

Livewire

The component guards against a Livewire re-render building a duplicate FilePond (and Cropper.js) instance around the same input — previously every re-render left the old instance's DOM and listeners behind. Base64-mode hidden inputs dispatch a native change event when created, so wire:model observes them. Because FilePond manages its own DOM inside the field, wrap the file picker in wire:ignore if it sits inside a component that can re-render mid-upload for reasons unrelated to the picker.

License

MIT — see the LICENSE file.