Files
newznab-tmux/resources/views/components/select.blade.php
T
2026-02-06 15:51:54 +01:00

5 lines
254 B
PHP

<select {{ $attributes->merge(['class' => 'px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg focus:ring-blue-500 focus:border-blue-500 bg-white dark:bg-gray-700 text-gray-900 dark:text-gray-100 transition']) }}>
{{ $slot }}
</select>