mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
5 lines
202 B
PHP
5 lines
202 B
PHP
@blaze(fold: true)
|
|
<button {{ $attributes->merge(['class' => 'bg-gray-200 dark:bg-gray-700 text-gray-600 dark:text-gray-400 px-3 py-2 rounded-lg inline-block transition']) }}>
|
|
{{ $slot }}
|
|
</button>
|