diaREact/resources/views/components/dropdown-link.blade.php

2 lines
199 B
PHP
Raw Normal View History

2022-02-11 17:26:15 +01:00
<a {{ $attributes->merge(['class' => 'block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out']) }}>{{ $slot }}</a>