Sign In
A clean and responsive sign in 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 in component will work as an actual sign in page ready to launch. This and all of the others ones in the blocks page.
Preview
Usage
import { SignInDefault } from "@/components/blocks/sign-in/sign-in-default"
export default function Page() {
return (
<SignInDefault signInType="email"/>
)
}Props
| Prop | Type | Value | Description |
|---|---|---|---|
signInType | string | "email" | This shows the form for the user to sign-in with Email & Password or Google OAuth. |
signInType | string | "magicLink" | This shows the form for the user to sign-in with Magic Link or Google OAuth. |
The sign-in-default.tsx file already comes in the EasyToLaunch repo by default.