lasthourcloud/resources/views/components/button.blade.php

4 lines
232 B
PHP
Raw Normal View History

2023-03-20 12:04:22 +00:00
<button wire:loading.remove {{ $attributes }} class="btn btn-primary rounded-none btn-xs no-animation"> {{ $slot }} </button>
<button wire:loading class="btn btn-disabled rounded-none btn-xs no-animation"> {{ $slot }}</button>