page.tsx — ui Source File
Architecture documentation for page.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 4edb185d_3531_afee_5535_366658705d57["page.tsx"] 52793041_94f5_9cfa_c608_904e59283192["login-form"] 4edb185d_3531_afee_5535_366658705d57 --> 52793041_94f5_9cfa_c608_904e59283192 de6fac54_74ca_6c25_8f8b_d1ba3287dbf2["icon-placeholder"] 4edb185d_3531_afee_5535_366658705d57 --> de6fac54_74ca_6c25_8f8b_d1ba3287dbf2 style 4edb185d_3531_afee_5535_366658705d57 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import { LoginForm } from "@/registry/bases/radix/blocks/login-03/components/login-form"
import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder"
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
Functions
Dependencies
- icon-placeholder
- login-form
Source
Frequently Asked Questions
What does page.tsx do?
page.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in page.tsx?
page.tsx defines 1 function(s): LoginPage.
What does page.tsx depend on?
page.tsx imports 2 module(s): icon-placeholder, login-form.
Where is page.tsx in the architecture?
page.tsx is located at apps/v4/registry/bases/radix/blocks/login-03/page.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/bases/radix/blocks/login-03).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free