build69
build69  /  Components  /  Auth  /  VerifyEmail

VerifyEmail

v1.0.10Updated 27 Aug 2026

Email-verification page covering the link-sent, enter-code and verified states. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 13 stories
Why this is recommendedverify-emailemail-verificationconfirmonboarding+3

VerifyEmail — sent.

Recommended for+14
  • Onboarding flows
  • Email verification steps
Tags+6
verify-emailemail-verificationconfirmonboardingauthpagesent
Features+4
  • Sent, code-entry and success layouts
  • Resend link + code input + verified state
  • Self-contained — no required props
Not recommended for−2
  • Inline banners (use Alert)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "VerifyEmail" })

Usage

import { VerifyEmailSent } from '@/components/pages/verify-email';

<VerifyEmailSent />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override

string

Related