PHP Classes

File: resources/js/Components/Bucket/EmptyStates/NoData.vue

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   S3 B2B PHP Amazon S3 File Manager   resources/js/Components/Bucket/EmptyStates/NoData.vue   Download  
File: resources/js/Components/Bucket/EmptyStates/NoData.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: 409 bytes
 

Contents

Class file image Download
<script setup> import { FolderPlusIcon } from "@heroicons/vue/20/solid"; </script> <template> <div class="relative block w-full p-10 max-w-2xl text-center rounded-lg border-2 border-dashed border-gray-300"> <FolderPlusIcon class="mx-auto h-12 w-12 text-gray-400" /> <h3 class="mt-2 text-sm font-semibold text-gray-900"> No files found </h3> </div> </template> <style scoped> </style>