LoginPage() — ui Function Reference
Architecture documentation for the LoginPage() function in page.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2bab6e74_6fcc_4db9_7c18_e655fcfb8c90["LoginPage()"] 4edb185d_3531_afee_5535_366658705d57["page.tsx"] 2bab6e74_6fcc_4db9_7c18_e655fcfb8c90 -->|defined in| 4edb185d_3531_afee_5535_366658705d57 style 2bab6e74_6fcc_4db9_7c18_e655fcfb8c90 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/blocks/login-03/page.tsx lines 6–27
export default function LoginPage() {
return (
<div className="bg-muted flex min-h-svh flex-col items-center justify-center gap-6 p-6 md:p-10">
<div className="flex w-full max-w-sm flex-col gap-6">
<a href="#" className="flex items-center gap-2 self-center font-medium">
<div className="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md">
<IconPlaceholder
lucide="GalleryVerticalEndIcon"
tabler="IconLayoutRows"
hugeicons="LayoutBottomIcon"
phosphor="RowsIcon"
remixicon="RiGalleryLine"
className="size-4"
/>
</div>
Acme Inc.
</a>
<LoginForm />
</div>
</div>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does LoginPage() do?
LoginPage() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/blocks/login-03/page.tsx.
Where is LoginPage() defined?
LoginPage() is defined in apps/v4/registry/bases/radix/blocks/login-03/page.tsx at line 6.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free