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
  5c815c59_3c16_1d7e_9c62_728ca904cd6b["Page()"]
  2cffa3c6_5f3a_87ee_3d5c_fb20db0f4411["page.tsx"]
  5c815c59_3c16_1d7e_9c62_728ca904cd6b -->|defined in| 2cffa3c6_5f3a_87ee_3d5c_fb20db0f4411
  style 5c815c59_3c16_1d7e_9c62_728ca904cd6b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/blocks/sidebar-15/page.tsx lines 16–47

export default function Page() {
  return (
    <SidebarProvider>
      <SidebarLeft />
      <SidebarInset>
        <header className="bg-background sticky top-0 flex h-14 shrink-0 items-center gap-2">
          <div className="flex flex-1 items-center gap-2 px-3">
            <SidebarTrigger />
            <Separator
              orientation="vertical"
              className="mr-2 data-[orientation=vertical]: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="bg-muted/50 mx-auto h-24 w-full max-w-3xl rounded-xl" />
          <div className="bg-muted/50 mx-auto h-[100vh] w-full max-w-3xl rounded-xl" />
        </div>
      </SidebarInset>
      <SidebarRight />
    </SidebarProvider>
  )
}

Subdomains

Frequently Asked Questions

What does Page() do?
Page() is a function in the ui codebase, defined in apps/v4/registry/bases/base/blocks/sidebar-15/page.tsx.
Where is Page() defined?
Page() is defined in apps/v4/registry/bases/base/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