Page() — ui Function Reference
Architecture documentation for the Page() function in page.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 6c179323_8611_5a93_4656_7a2da32a4f36["Page()"] dfde22d8_20c6_0758_1451_8369a8af1782["page.tsx"] 6c179323_8611_5a93_4656_7a2da32a4f36 -->|defined in| dfde22d8_20c6_0758_1451_8369a8af1782 style 6c179323_8611_5a93_4656_7a2da32a4f36 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/blocks/sidebar-07/page.tsx lines 17–55
export default function Page() {
return (
<SidebarProvider>
<AppSidebar />
<SidebarInset>
<header className="flex h-16 shrink-0 items-center gap-2 transition-[width,height] ease-linear group-has-data-[collapsible=icon]/sidebar-wrapper:h-12">
<div className="flex items-center gap-2 px-4">
<SidebarTrigger className="-ml-1" />
<Separator
orientation="vertical"
className="mr-2 data-[orientation=vertical]:h-4"
/>
<Breadcrumb>
<BreadcrumbList>
<BreadcrumbItem className="hidden md:block">
<BreadcrumbLink href="#">
Build Your Application
</BreadcrumbLink>
</BreadcrumbItem>
<BreadcrumbSeparator className="hidden md:block" />
<BreadcrumbItem>
<BreadcrumbPage>Data Fetching</BreadcrumbPage>
</BreadcrumbItem>
</BreadcrumbList>
</Breadcrumb>
</div>
</header>
<div className="flex flex-1 flex-col gap-4 p-4 pt-0">
<div className="grid auto-rows-min gap-4 md:grid-cols-3">
<div className="bg-muted/50 aspect-video rounded-xl" />
<div className="bg-muted/50 aspect-video rounded-xl" />
<div className="bg-muted/50 aspect-video rounded-xl" />
</div>
<div className="bg-muted/50 min-h-[100vh] flex-1 rounded-xl md:min-h-min" />
</div>
</SidebarInset>
</SidebarProvider>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does Page() do?
Page() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/blocks/sidebar-07/page.tsx.
Where is Page() defined?
Page() is defined in apps/v4/registry/new-york-v4/blocks/sidebar-07/page.tsx at line 17.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free