MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / SidebarFooter

Function SidebarFooter

src/components/ui/sidebar.tsx:346–355  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

344}
345
346function SidebarFooter({ className, ...props }: React.ComponentProps<"div">) {
347 return (
348 <div
349 data-slot="sidebar-footer"
350 data-sidebar="footer"
351 className={cn("flex flex-col gap-2 p-2", className)}
352 {...props}
353 />
354 )
355}
356
357function SidebarSeparator({
358 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected