Components
Loading preview...
This component is a modern email input field that dynamically shows a profile avatar (via Gravatar) as the user types their email. If no valid email is entered, it displays a placeholder, making the form feel more interactive and personalized.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/mail-checker-inputimport MailCheckInput from "@/components/ui/mail-checker-input";
export default function DemoOne() {
return <MailCheckInput />;
}