Overview
SignUp component is a user interface element for handling user sign-up. It includes steps for sign-up, email verification, and provides callbacks for handling sign-up completion and navigation to sign-in page.
<SignUp /> component first step

<SignUp /> component verify step
Props
A callback function that is called when the sign-up process is successfully completed.
An optional callback function that is called when the user clicks the sign-in link.
Example Usage
Reference:
- Demo Next.js project source code
- SignUp page demo source code
sign-up.tsx