Clean UI component with animated gradient border and email input form.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/email-card
Loading preview...
import Component from "@/components/ui/email-card"; export default function DemoOne() { return <Component />; }