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

5 lines
295 B
PHP

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