Onboarding Templates (6)
Smooth user onboarding with our authentication templates.
Available Templates
| Template | Type | Theme |
|---|---|---|
| Login Form | Login | Light |
| One Day Login Form | Login | Unique |
| Dark Login Page | Login | Dark |
| User Address Form | Form | Light |
| Create Account Form | Signup | Light |
| Dashboard Login Page | Login | Dashboard |
Features
- π§ Email/Password authentication
- π Social login buttons (Google, GitHub)
- β Form validation
- π¨ Light and dark themes
- π± Mobile responsive
Example
import DarkLoginPage from "@/components/Onboarding/DarkLoginPage";
export default function Login() {
return <DarkLoginPage onSubmit={handleLogin} />;
}