Notification Upload
Notification Upload
=
<div class="space-y-5">
<div class="relative mx-auto max-w-[400px] rounded-xl border border-secondary-50 bg-white p-4 text-sm shadow-lg">
<button class="ttop-4 absolute right-4 ml-auto text-secondary-500 hover:text-secondary-900">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5">
<path d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z" />
</svg>
</button>
<div class="flex space-x-4">
<div class="flex h-10 w-10 items-center justify-center rounded-full bg-primary-100 text-primary-500">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="h-6 w-6">
<path fill-rule="evenodd" d="M10.5 3.75a6 6 0 00-5.98 6.496A5.25 5.25 0 006.75 20.25H18a4.5 4.5 0 002.206-8.423 3.75 3.75 0 00-4.133-4.303A6.001 6.001 0 0010.5 3.75zm2.03 5.47a.75.75 0 00-1.06 0l-3 3a.75.75 0 101.06 1.06l1.72-1.72v4.94a.75.75 0 001.5 0v-4.94l1.72 1.72a.75.75 0 101.06-1.06l-3-3z" clip-rule="evenodd" />
</svg>
</div>
<div class="flex-1">
<h4 class="pr-6 font-medium text-secondary-900">Uploading 'sailboatui.png'</h4>
<div class="mt-1 text-secondary-500">The file is being uploaded.</div>
<div class="mt-3 space-y-1">
<div class="relative flex h-2 w-full overflow-hidden rounded-full bg-secondary-200">
<div role="progressbar" aria-valuenow="35" aria-valuemin="0" aria-valuemax="100" style="width: 35%" class="flex h-full items-center justify-center bg-primary-500 text-xs text-white"></div>
</div>
<dl class="flex items-center justify-end">
<dd class="text-secondary-500">35%</dd>
</dl>
</div>
<div class="mt-2 flex space-x-4">
<button class="inline-block font-medium leading-loose text-secondary-500 hover:text-secondary-900">Cancel</button>
<button class="inline-block font-medium leading-loose text-primary-600 hover:text-primary-700">Upload another</button>
</div>
</div>
</div>
</div>
</div>