Mercurial > packages > framework
diff publishable/resources/views/components/primary-button.blade.php @ 4:84c75d9d90be
Changing usage to be bootstrap 5, not everything is reviewed but it's been started
| author | luka |
|---|---|
| date | Tue, 19 Aug 2025 20:33:35 -0400 |
| parents | b44434aaa767 |
| children |
line wrap: on
line diff
--- a/publishable/resources/views/components/primary-button.blade.php Mon Jun 23 20:20:31 2025 -0400 +++ b/publishable/resources/views/components/primary-button.blade.php Tue Aug 19 20:33:35 2025 -0400 @@ -1,4 +1,4 @@ -<button - {{ $attributes->merge(['type' => 'submit', 'class' => 'inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 focus:bg-gray-700 active:bg-gray-900 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition ease-in-out duration-150']) }}> +<a +{{ $attributes->merge(['type' => 'submit', 'class' => 'btn btn-primary', 'href' => '#' ]) }}> {{ $slot }} -</button> +</a>
