An alert prompting the user to verify their email address, with a resend button that counts down 60 seconds before another email can be sent.
import Pattern from "@/components/ui/v-alert-15"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.