Animated Input
npx shadcn@latest add https://21st.dev/r/minhxthanh/animated-input
Loading preview...
import { OrbInput } from "@/components/ui/animated-input"; export default function DemoOne() { return <OrbInput />; }