Default

Empty auth layout with the default welcome heading and brand icon.

Welcome

Sign In Form

Auth layout with email, password fields, and a sign-in button.

Sign In

Enter your credentials

Sign Up Form

Registration variant with name, email, and password fields.

Create Account

Start your free trial today

Password Reset

Forgot password flow with email input and reset button.

Reset Password

Enter your email to receive a reset link

Usage

<AuthLayout /><AuthLayout title="Sign In" subtitle="Enter your credentials"> <Input label="Email" placeholder="[email protected]" /> <PasswordInput label="Password" /> <Button>Sign In</Button></AuthLayout>

Props

PropTypeDefaultDescription
titletext"Welcome"Heading text displayed below the brand icon
subtitletext""Optional subheading below the title
childrencontent-Form content (inputs, buttons, links)