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.
import MailCheckInput from "@/components/ui/mail-checker-input"; export default function DemoOne() { return <MailCheckInput />; }
Part of Ruixen UI — browse the full library on 21st.dev.