Files
karudhaas/resources/views/vendor/jetstream/components/secondary-button.blade.php
2020-09-16 05:01:27 +05:00

4 lines
408 B
PHP

<button {{ $attributes->merge(['type' => 'button', 'class' => 'inline-flex items-center px-4 py-2 bg-white border border-gray-300 rounded-md font-semibold text-xs text-gray-700 uppercase tracking-widest shadow-sm hover:text-gray-500 focus:outline-none focus:border-blue-300 focus:shadow-outline-blue active:text-gray-800 active:bg-gray-50 transition ease-in-out duration-150']) }}>
{{ $slot }}
</button>