mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
6 lines
527 B
HTML
6 lines
527 B
HTML
<!-- From Uiverse.io by Yaya12085 - Tags: form, input, file upload, tailwind, file, tailwind file -->
|
|
<div class="grid w-full max-w-xs items-center gap-1.5">
|
|
<label class="text-sm text-gray-400 font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70">Picture</label>
|
|
<input id="picture" type="file" class="flex h-10 w-full rounded-md border border-input bg-white px-3 py-2 text-sm text-gray-400 file:border-0 file:bg-transparent file:text-gray-600 file:text-sm file:font-medium">
|
|
</div>
|
|
|