SidebarFooter() — ui Function Reference
Architecture documentation for the SidebarFooter() function in sidebar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 633b7267_dbd3_338a_a110_39f6101ba5b0["SidebarFooter()"] 0dd28c0a_4131_40f2_8cf0_e0611d33faf6["sidebar.tsx"] 633b7267_dbd3_338a_a110_39f6101ba5b0 -->|defined in| 0dd28c0a_4131_40f2_8cf0_e0611d33faf6 style 633b7267_dbd3_338a_a110_39f6101ba5b0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/sidebar.tsx lines 346–355
function SidebarFooter({ className, ...props }: React.ComponentProps<"div">) {
return (
<div
data-slot="sidebar-footer"
data-sidebar="footer"
className={cn("flex flex-col gap-2 p-2", className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does SidebarFooter() do?
SidebarFooter() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/sidebar.tsx.
Where is SidebarFooter() defined?
SidebarFooter() is defined in apps/v4/registry/new-york-v4/ui/sidebar.tsx at line 346.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free