Add TextArea as a blade component

2 Replies
zydnrbrn
zydnrbrn5mo ago
how about blade input but with same filament textarea styles? the code would be like this
<x-filament::input.wrapper>
<textarea
wire:model="name"
class="filament-input block w-full transition duration-75 rounded-lg shadow-sm focus:ring-primary-500 focus:border-primary-500 border-gray-300"
></textarea>
</x-filament::input.wrapper>
<x-filament::input.wrapper>
<textarea
wire:model="name"
class="filament-input block w-full transition duration-75 rounded-lg shadow-sm focus:ring-primary-500 focus:border-primary-500 border-gray-300"
></textarea>
</x-filament::input.wrapper>
gemini.dev
gemini.devOP3mo ago
Worked like a charm! Thankk you @zydnrbrn

Did you find this page helpful?