WIP: added button component

add tests
This commit is contained in:
Pedro Cabral
2026-04-21 14:33:46 +02:00
parent 5ae25db82f
commit 9e9f05abdf
3 changed files with 80 additions and 18 deletions

View File

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