Skip to main content

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.
You can not customize this component layout structure, design or content.
<SignUp /> component first step

component first step


<SignUp /> component verify step

component verify step

Props

callback
required
A callback function that is called when the sign-up process is successfully completed.
callback
An optional callback function that is called when the user clicks the sign-in link.

Example Usage

Reference:
sign-up.tsx