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

4 lines
144 B
PHP

<button {{ $attributes->merge(['class' => 'bg-blue-500 text-white px-3 py-2 rounded-lg inline-block transition']) }}>
{{ $slot }}
</button>