SidebarFooter() — ui Function Reference
Architecture documentation for the SidebarFooter() function in sidebar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 21631098_4204_f6fb_ae7e_0a5ed7f0358a["SidebarFooter()"] 403a7802_5284_b88e_6793_ca6286c4d07c["sidebar.tsx"] 21631098_4204_f6fb_ae7e_0a5ed7f0358a -->|defined in| 403a7802_5284_b88e_6793_ca6286c4d07c style 21631098_4204_f6fb_ae7e_0a5ed7f0358a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui-rtl/sidebar.tsx lines 341–350
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/examples/radix/ui-rtl/sidebar.tsx.
Where is SidebarFooter() defined?
SidebarFooter() is defined in apps/v4/examples/radix/ui-rtl/sidebar.tsx at line 341.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free