File Input Ghost
<section class="p-6 bg-white rounded-lg shadow-sm">
<div class="max-w-md mx-auto">
<label for="file-upload-ghost" class="block text-sm font-medium text-gray-700 mb-2">Ghost Style</label>
<input
id="file-upload-ghost"
type="file"
class="block w-full text-sm text-gray-500 border-0 file:mr-4 file:py-2 file:px-4 file:border file:border-blue-300 file:text-sm file:bg-transparent file:text-blue-700 hover:file:bg-blue-50 focus:outline-none" />
<p class="mt-1.5 text-xs text-gray-500">Ghost style with transparent background</p>
</div>
</section>
Copied to clipboard