Files
2026-07-11 16:28:16 +02:00

8 lines
128 B
PHP

@props([
'type' => 'button',
])
<x-button :type="$type" variant="secondary" {{ $attributes }}>
{{ $slot }}
</x-button>