mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
book cases added
This commit is contained in:
12
resources/views/vendor/comments/components/button.blade.php
vendored
Normal file
12
resources/views/vendor/comments/components/button.blade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<button
|
||||
type="{{ isset($submit) && $submit ? 'submit' : 'button' }}"
|
||||
@class([
|
||||
'comments-button',
|
||||
'is-small' => isset($small) && $small,
|
||||
'is-danger' => isset($danger) && $danger,
|
||||
'is-link' => isset($link) && $link,
|
||||
])
|
||||
{{ $attributes->except('type', 'size', 'submit') }}
|
||||
>
|
||||
{{ $slot }}
|
||||
</button>
|
||||
Reference in New Issue
Block a user