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
814 stars 105 forks source link

No help slot in Tailwind form input #24

Closed wrabit closed 4 years ago

wrabit commented 4 years ago

https://github.com/protonemedia/laravel-form-components/blob/master/resources/views/tailwind/form-input.blade.php

pascalbaljet commented 4 years ago

Block-level help text is a first-party Bootstrap feature, it's not included in the default Tailwind Custom Forms plugin. This package adheres mostly to the default features/demos of both frameworks. As I commented on the other issue, just publish the views and customize whatever you want.