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
816 stars 102 forks source link

Add missing .form-label classes in BS5 forms #92

Open maciag-m opened 2 years ago

maciag-m commented 2 years ago

According to BS5 docs, form labels should contain .form-label class to be displayed correctly. Without it, the space between label and field is too small.

Before: obraz

After: obraz

long-blade commented 1 year ago

@pascalbaljet please merge this. bs4 to bs5 has this minor change to the form labels

Rattone commented 1 year ago

@maciag-m isn't it better to add this class as default in the label component?

@pascalbaljet is this repo active? need reviewer or some help?