kdion4891 / laravel-livewire-forms

A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
243 stars 54 forks source link

Question: How to change the design of a form #6

Open rabol opened 4 years ago

rabol commented 4 years ago

Let's say that I want a row with first name, middle and last name or input groups to have icons or text in front or after the input (https://www.w3schools.com/bootstrap4/bootstrap_forms_input_group.asp)

Thanks

rabol commented 4 years ago

I have figured out the input groups - it can be handled with adding ->view()

kejojedi commented 4 years ago

correct. you can also publish the package views with php artisan vendor:publish --tag=form-views