Home / Function/ Page() — ui Function Reference

Page() — ui Function Reference

Architecture documentation for the Page() function in page.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  aecad850_82b7_22a2_43ee_1f9720298b4f["Page()"]
  5373cb68_6710_b5ba_3bbe_0757ffc369a6["page.tsx"]
  aecad850_82b7_22a2_43ee_1f9720298b4f -->|defined in| 5373cb68_6710_b5ba_3bbe_0757ffc369a6
  style aecad850_82b7_22a2_43ee_1f9720298b4f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/__registry__/default/blocks/sidebar-15/page.tsx lines 16–44

export default function Page() {
  return (
    <SidebarProvider>
      <SidebarLeft />
      <SidebarInset>
        <header className="sticky top-0 flex h-14 shrink-0 items-center gap-2 bg-background">
          <div className="flex flex-1 items-center gap-2 px-3">
            <SidebarTrigger />
            <Separator orientation="vertical" className="mr-2 h-4" />
            <Breadcrumb>
              <BreadcrumbList>
                <BreadcrumbItem>
                  <BreadcrumbPage className="line-clamp-1">
                    Project Management & Task Tracking
                  </BreadcrumbPage>
                </BreadcrumbItem>
              </BreadcrumbList>
            </Breadcrumb>
          </div>
        </header>
        <div className="flex flex-1 flex-col gap-4 p-4">
          <div className="mx-auto h-24 w-full max-w-3xl rounded-xl bg-muted/50" />
          <div className="mx-auto h-[100vh] w-full max-w-3xl rounded-xl bg-muted/50" />
        </div>
      </SidebarInset>
      <SidebarRight />
    </SidebarProvider>
  )
}

Subdomains

Frequently Asked Questions

What does Page() do?
Page() is a function in the ui codebase, defined in deprecated/www/__registry__/default/blocks/sidebar-15/page.tsx.
Where is Page() defined?
Page() is defined in deprecated/www/__registry__/default/blocks/sidebar-15/page.tsx at line 16.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free