PHP Classes

File: resources/js/Components/Header.vue

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   S3 B2B PHP Amazon S3 File Manager   resources/js/Components/Header.vue   Download  
File: resources/js/Components/Header.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: S3 B2B PHP Amazon S3 File Manager
Manage files stored in multiple Amazon S3 buckets
Author: By
Last change:
Date: 9 months ago
Size: 420 bytes
 

Contents

Class file image Download
<script setup> </script> <template> <header class="bg-white border-b border-gray-200"> <nav class="mx-auto flex items-center justify-between px-3 py-2" > <div> <img class="h-8 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=500" alt="Your Company" > </div> </nav> </header> </template> <style scoped> </style>