classify admin
This commit is contained in:
6
resources/views/vendor/installer/components/button.blade.php
vendored
Normal file
6
resources/views/vendor/installer/components/button.blade.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<button
|
||||
type="{{ $attributes->get('type', 'button') }}"
|
||||
class="bg-{{ $attributes->get('color', 'blue') }}-500 hover:bg-{{ $attributes->get('color', 'blue') }}-700 text-white font-bold py-2 px-4 rounded inline-flex items-center"
|
||||
>
|
||||
{{ $slot }}
|
||||
</button>
|
||||
Reference in New Issue
Block a user