PHP Classes

File: resources/views/components/dropdown-link.blade.php

Recommend this page to a friend!
  Classes of Ewerton Daniel   Laravel Examples   resources/views/components/dropdown-link.blade.php   Download  
File: resources/views/components/dropdown-link.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Examples
Teach how to use Laravel from examples
Author: By
Last change:
Date: 2 months ago
Size: 281 bytes
 

Contents

Class file image Download
<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>