SidebarFooter() — ui Function Reference
Architecture documentation for the SidebarFooter() function in sidebar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD f7f527f7_919e_8fbb_8397_de38ce473bd8["SidebarFooter()"] c3d1b2a8_7455_5144_ec35_453b78980e06["sidebar.tsx"] f7f527f7_919e_8fbb_8397_de38ce473bd8 -->|defined in| c3d1b2a8_7455_5144_ec35_453b78980e06 style f7f527f7_919e_8fbb_8397_de38ce473bd8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui/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/sidebar.tsx.
Where is SidebarFooter() defined?
SidebarFooter() is defined in apps/v4/examples/radix/ui/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