laravel-form-components
laravel-form-components copied to clipboard
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 defau...
My site uses tailwind and bootstrap. Is it possible to use multiple frameworks? For example on bootstrap4_index.blade.php I declare to use framework bootstrap 4 and on tailwind_index.blade.php I declare to...
Checked Box For Loop Code ` @foreach ($permissions as $key => $value) @endforeach ` Please Check the below Attachment for the clear look on issue  Thanks in...
Please Add an Image / File Upload Form component, It would be very helpful
Hi, I am very thankful for your package. I have a small issue in which I am unable to understand how to use the binding. When I am trying to...
According to [BS5 docs](https://getbootstrap.com/docs/5.2/forms/form-control/#example), form labels should contain .form-label class to be displayed correctly. Without it, the space between label and field is too small. Before:  After: 
Hello, I would like to make a suggestion for a modification to x-form-submit which I would create a pull request for but I am not sure how this will work...
Hi, How Can use the same form for Create, update with livewire?
Hello query I unify the form create and edit in a single view, since this library helps me not to make double form. The question is that I have a...
Following the docs, I'm trying to get Livewire to work with relationships and a multi-select. Code is as follows: ``` @wire @if($isEditing) @endif @endwire ``` Whilst the options are populated,...
Just dropping this quick issue here, I'll see if I can do a PR later. If we have a BS5 field with an append like this  ``` % ```...