SidebarFooter() — ui Function Reference
Architecture documentation for the SidebarFooter() function in sidebar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD e97b789d_fd84_8490_a85b_3ecc96576a83["SidebarFooter()"] c6a487be_ed5c_9993_6886_f0ead3f0c895["sidebar.tsx"] e97b789d_fd84_8490_a85b_3ecc96576a83 -->|defined in| c6a487be_ed5c_9993_6886_f0ead3f0c895 style e97b789d_fd84_8490_a85b_3ecc96576a83 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/sidebar.tsx lines 349–358
function SidebarFooter({ className, ...props }: React.ComponentProps<"div">) {
return (
<div
data-slot="sidebar-footer"
data-sidebar="footer"
className={cn("cn-sidebar-footer flex flex-col", 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/bases/radix/ui/sidebar.tsx.
Where is SidebarFooter() defined?
SidebarFooter() is defined in apps/v4/registry/bases/radix/ui/sidebar.tsx at line 349.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free