Home / Function/ Page() — ui Function Reference

Page() — ui Function Reference

Architecture documentation for the Page() function in sidebar-10.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  12b413b5_0777_6c6d_1dd2_c3e1e1232d56["Page()"]
  73e82757_8847_5291_7320_5527ecf4bd3e["sidebar-10.tsx"]
  12b413b5_0777_6c6d_1dd2_c3e1e1232d56 -->|defined in| 73e82757_8847_5291_7320_5527ecf4bd3e
  style 12b413b5_0777_6c6d_1dd2_c3e1e1232d56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/internal/sidebar-10.tsx lines 383–413

export default function Page() {
  return (
    <SidebarProvider>
      <AppSidebar />
      <SidebarInset>
        <header className="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 h-4" />
            <Breadcrumb>
              <BreadcrumbList>
                <BreadcrumbItem>
                  <BreadcrumbPage className="line-clamp-1">
                    Project Management & Task Tracking
                  </BreadcrumbPage>
                </BreadcrumbItem>
              </BreadcrumbList>
            </Breadcrumb>
          </div>
          <div className="ml-auto px-3">
            <NavActions actions={data.actions} />
          </div>
        </header>
        <div className="flex flex-1 flex-col gap-4 px-4 py-10">
          <div className="mx-auto h-24 w-full max-w-3xl rounded-xl bg-muted/50" />
          <div className="mx-auto h-full w-full max-w-3xl rounded-xl bg-muted/50" />
        </div>
      </SidebarInset>
    </SidebarProvider>
  )
}

Subdomains

Frequently Asked Questions

What does Page() do?
Page() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sidebar-10.tsx.
Where is Page() defined?
Page() is defined in deprecated/www/registry/new-york/internal/sidebar-10.tsx at line 383.

Analyze Your Own Codebase

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

Try Supermodel Free