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

Function SidebarHeader

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

Source from the content-addressed store, hash-verified

333}
334
335function SidebarHeader({ className, ...props }: React.ComponentProps<"div">) {
336 return (
337 <div
338 data-slot="sidebar-header"
339 data-sidebar="header"
340 className={cn("flex flex-col gap-2 p-2", className)}
341 {...props}
342 />
343 )
344}
345
346function SidebarFooter({ className, ...props }: React.ComponentProps<"div">) {
347 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected