Files
newznab-tmux/resources/forum/blade-tailwind/views/components/textarea.blade.php
T
2025-11-19 11:48:06 +01:00

2 lines
188 B
PHP

<textarea {{ $attributes->merge(['type' => 'text', 'class' => 'px-3 py-1 border-gray-300 focus:border-blue-500 focus:ring-blue-500 rounded-md border shadow-sm']) }}>{{ $slot }}</textarea>