PHP Classes

File: resources/js/Components/DropdownLink.vue

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Vue.js PHP CRUD Example Using Laravel Vite   resources/js/Components/DropdownLink.vue   Download  
File: resources/js/Components/DropdownLink.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Vue.js PHP CRUD Example Using Laravel Vite
Example application to manage users and blog posts
Author: By
Last change:
Date: 5 months ago
Size: 314 bytes
 

Contents

Class file image Download
<script setup> import { Link } from '@inertiajs/inertia-vue3'; </script> <template> <Link class="block w-full px-4 py-2 text-left 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 /> </Link> </template>