MarovStudio
Back to marketplace

Floating Label Input

CSS-only floating label field

Formsforminputlabelcssautofill
Code locked
export function FloatingLabelInput() {
  return (
    <div className="relative w-full max-w-xs">
      <input
        id="email"
        placeholder=" "
        className="peer w-full rounded-lg border border-neutral-200 px-3 pb-2 pt-5 text-sm outline-none transition-colors focus:border-amber-500"
      />

Sign in to see the code

Create a free account to copy the full source, usage snippet and AI prompt of every component.

Free — no card required.