Files
newznab-tmux/resources/forum/blade-tailwind/views/components/input.blade.php
T
2025-11-19 12:52:02 +01:00

3 lines
314 B
PHP

<input {{ $attributes->merge(['type' => 'text', 'class' => 'px-3 py-1 border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100 focus:border-blue-500 dark:focus:border-blue-400 focus:ring-blue-500 dark:focus:ring-blue-400 rounded-md border shadow-sm transition-colors']) }}>