mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
11 lines
No EOL
421 B
HTML
11 lines
No EOL
421 B
HTML
<!-- From Uiverse.io by ayman-ashine - Tags: input, tailwind, tailwindcss -->
|
|
<input
|
|
class="bg-zinc-200 text-zinc-600 font-mono ring-1 ring-zinc-400 focus:ring-2 focus:ring-rose-400 outline-none duration-300 placeholder:text-zinc-600 placeholder:opacity-50 rounded-full px-4 py-1 shadow-md focus:shadow-lg focus:shadow-rose-400"
|
|
autocomplete="off"
|
|
placeholder="TailwindCSS..."
|
|
name="text"
|
|
type="text"
|
|
/>
|
|
|
|
|
|
|