mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
8 lines
128 B
PHP
8 lines
128 B
PHP
@props([
|
|
'type' => 'button',
|
|
])
|
|
|
|
<x-button :type="$type" variant="secondary" {{ $attributes }}>
|
|
{{ $slot }}
|
|
</x-button>
|