Auth — Verify Email
Email verification screen with resend link and success state.
Installation
1
Run the CLI
$npx particleui-cli add auth-verify-email
Usage
TSX
import { AuthVerifyEmail } from "@/components/blocks/auth-verify-email"
export default function Page() {
return <AuthVerifyEmail />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| string | "email@example.com" | no | |
| onOpenEmailApp | () => void | — | no |
| onResend | () => void | — | no |
| openEmailHref | string | "https://mail.google.com" | no |
| resendCooldown | number | 60 | no |
Details
Source filecomponents/blocks/auth-verify-email.tsx
Typeblock
Categoriesauth, blocks
npm dependencies@phosphor-icons/react
Registry depsbutton, card
Claude skill—