Pro Components
Base Components
Login Page 3
Compact login form with email and password, sign-in and Google buttons, sign-up and forgot password links.
Example
Introduction
Login Page 3 is a compact auth block:- Logo and copy: Optional logo; “Sign in” and short description.
- Google: “Sign in with Google” then OR divider.
- Email + password: Labeled fields and “Sign in” button.
- Links: Forgot password and “No account? Sign up” below.
Usage
import { Login6 } from "@/components/ui/login-6";
<Login6
onGoogle={() => {}}
onSubmit={(email, password) => {}}
signUpHref="/signup"
forgotPasswordHref="/forgot-password"
/>;