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