GodUIGodUI
109Follow on X

Magic Input

tsx
import { MagicInput } from "@/components/godui/magic-input";export function MagicInputDemo() {return (  <div className="w-full max-w-xs">    <MagicInput placeholder="Email address" />  </div>);}