LoginPage
Authentication login page with email and password form.
Category: display · WCAG 2.1-AA · block, login, auth, form, page
Props
| Prop | Type | Default | Description |
|---|---|---|---|
onSubmit | (values: LoginValues) => void | — | Called with valid form values on submit |
When to use
- A complete login page with email and password form
- Standing up authentication quickly with validation built in
When not to use
- You only need the centered auth frame — use AuthLayout
- A multi-step signup or onboarding flow
Examples
Default
Login page
<LoginPage />Related components
- AuthLayout — Renders inside the centered auth layout