Files
newznab-tmux/resources/views/components/textarea.blade.php
T
2026-07-11 16:28:16 +02:00

3 lines
304 B
PHP

@blaze(fold: true)
<textarea {{ $attributes->merge(['type' => 'text', 'class' => 'px-3 py-2 border-gray-300 dark:border-gray-600 focus:border-primary-500 focus:ring-primary-500 rounded-lg border shadow-sm bg-white dark:bg-gray-700 text-gray-900 dark:text-gray-100 transition']) }}>{{ $slot }}</textarea>