Sign Up
A clean and responsive sign up component, completely customizable. To see more UI Components/Blocks click here.
This is not just an UI component, if you configured your project right as shown in the Project Setup page the sign up component will work as an actual sign up page ready to launch. This and all of the others ones in the blocks page.
Preview
Usage
import { SignUpDefault } from "@/components/blocks/sign-up/sign-up-default"
export default function Page() {
return (
<SignUpDefault/>
)
}The sign-up-default.tsx file already comes in the EasyToLaunch repo by default.