protonemedia / laravel-form-components

A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4/5. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
https://protone.media/blog/laravel-form-components-to-rapidly-build-forms-with-tailwind-css-and-bootstrap-4
MIT License
815 stars 103 forks source link

Please Add Image Upload Form #90

Open abbasmashaddy72 opened 2 years ago

abbasmashaddy72 commented 2 years ago

Please Add an Image / File Upload Form component, It would be very helpful

lrljoe commented 2 years ago

What are you after exactly when you can use input with a type of "file"?

mrl22 commented 1 year ago

This can already be done quite easily.

<x-form-input name="image" type="file" label="Image Upload" />

abbasmashaddy72 commented 1 year ago

I was thinking of more like with preview

I had added it manually, but does not work perfectly