added button component

This commit is contained in:
Pedro Cabral
2026-04-21 14:33:46 +02:00
parent 18762fa7d6
commit 2d3ef6978d
5 changed files with 155 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
<button
{{ $attributes
->merge(['class' => $classes()])
->merge(['disabled' => $disabled])
}}
>
{{ $slot }}
</button>