mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
26 lines
No EOL
692 B
HTML
26 lines
No EOL
692 B
HTML
<!-- From Uiverse.io by seyed-mohsen-mousavi - Tags: simple, input, search -->
|
|
<div class="relative">
|
|
<input
|
|
placeholder="Search..."
|
|
class="input shadow-lg focus:border-2 border-gray-300 px-5 py-3 rounded-xl w-56 transition-all focus:w-64 outline-none"
|
|
name="search"
|
|
type="search"
|
|
/>
|
|
<svg
|
|
class="size-6 absolute top-3 right-3 text-gray-500"
|
|
stroke="currentColor"
|
|
stroke-width="1.5"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
|
|
stroke-linejoin="round"
|
|
stroke-linecap="round"
|
|
></path>
|
|
</svg>
|
|
</div>
|
|
|
|
|
|
|