AddFilesPlaceholder.svelte 277 B

12345678
  1. <div class=" text-center text-6xl mb-3">📄</div>
  2. <div class="text-center dark:text-white text-2xl font-semibold z-50">Add Files</div>
  3. <slot
  4. ><div class=" mt-2 text-center text-sm dark:text-gray-200 w-full">
  5. Drop any files here to add to the conversation
  6. </div>
  7. </slot>