SidebarLeft() — ui Function Reference
Architecture documentation for the SidebarLeft() function in sidebar-left.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD d5346c4f_56d2_fc2c_2fa8_31f54f78858a["SidebarLeft()"] 97da044b_1df9_c956_c1e2_f64f45f4a279["sidebar-left.tsx"] d5346c4f_56d2_fc2c_2fa8_31f54f78858a -->|defined in| 97da044b_1df9_c956_c1e2_f64f45f4a279 style d5346c4f_56d2_fc2c_2fa8_31f54f78858a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/blocks/sidebar-15/components/sidebar-left.tsx lines 261–278
export function SidebarLeft({
...props
}: React.ComponentProps<typeof Sidebar>) {
return (
<Sidebar className="border-r-0" {...props}>
<SidebarHeader>
<TeamSwitcher teams={data.teams} />
<NavMain items={data.navMain} />
</SidebarHeader>
<SidebarContent>
<NavFavorites favorites={data.favorites} />
<NavWorkspaces workspaces={data.workspaces} />
<NavSecondary items={data.navSecondary} className="mt-auto" />
</SidebarContent>
<SidebarRail />
</Sidebar>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does SidebarLeft() do?
SidebarLeft() is a function in the ui codebase, defined in deprecated/www/registry/new-york/blocks/sidebar-15/components/sidebar-left.tsx.
Where is SidebarLeft() defined?
SidebarLeft() is defined in deprecated/www/registry/new-york/blocks/sidebar-15/components/sidebar-left.tsx at line 261.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free