Abiyasa_Putra_Prasetya/Penilaian Literasi/iClOP-V2/resources/views/nodejs/components/dropdown-link.blade.php
2025-03-22 15:18:38 +07:00

2 lines
281 B
PHP

<a {{ $attributes->merge(['class' => 'block w-full px-4 py-2 text-left text-sm leading-5 text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800 focus:outline-none focus:bg-gray-100 dark:focus:bg-gray-800 transition duration-150 ease-in-out']) }}>{{ $slot }}</a>