Files
newznab-tmux-NNTmux/resources/views/components/input.blade.php
T
2026-02-24 21:51:06 +01:00

4 lines
274 B
PHP

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