Blade templates
Hello, I want to extend come input components such as Textarea and Textinput. I'm not very experienced with blade and I have no idea how to "include" or "call" these files in my blade template. For example <x-forms::text-input> or something like <fillament::text-input> or whatever don't work, and I can't find very clear examples anywhere. Could anyone help me out?
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
You cant use the filament forms text input component in blade yet… but you can make your own text input component and use filament forms field wrapper to wrap it to have a consistent style like that of filament: https://github.com/andrewdwallo/filament-companies/blob/1.x/resources/views/auth/register.blade.php Here are some examples
GitHub
filament-companies/register.blade.php at 1.x · andrewdwallo/filamen...
Contribute to andrewdwallo/filament-companies development by creating an account on GitHub.